Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am in the process of learning device drivers and to start off with I am trying to write a simple driver for a serial port (UART 16550). However, I dont have a serial port on my PC. Any suggestions on how I can test such a driver? Can a USB-to-Serial port adapter be helpful?
Thanks.
Last edited by GeorgeOfTheBush; 11-08-2009 at 05:37 AM..
I am in the process of learning device drivers and to start off with I am trying to write a simple driver for a serial port (UART 16550). However, I dont have a serial port on my PC. Any suggestions on how I can test such a driver? Can a USB-to-Serial port adapter be helpful?
Thanks.
Yep, they work fine. It'll show up as /dev/ttyUSB0 or the like, and you can treat it just like any 'old' serial port
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.