ask.teddy wrote:
I want to write a C program which runs on a desktop computer and talks to a device over the RS-232 serial port. I'm using WinXP + Cygwin, and sometimes Ubuntu Linux. I hope this program can be ported to either OS with the least modification at the source level. How can I use a C program to access the serial port under Cygwin?
This link will get you off to a good start: http://www.google.com/search?q=serial+C+unix+program -- Regards, Mike -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

