Thursday, July 30, 2009

Programming serial uart in C?

Can someone direct me to any tutorials or source code for programming a serial port in C. Note NOT C++. I can find loads on C++, Turbo C and VB etc but nothing in C!!


Thanks

Programming serial uart in C?
A few links:


http://electrosofts.com/serial/


http://www.beyondlogic.org/serial/serial...


http://www.yov408.com/html/tutorials.php...


http://msdn2.microsoft.com/en-us/library...


http://www.velocityreviews.com/forums/t3...


http://cygwin.com/ml/cygwin/1999-08/msg0...





Two newsgroups that may help:


alt.comp.lang.learn.c-c++


comp.lang.c
Reply:It depends on your operating system. On Pre-Windows 2000 you can use straight C, but if you're in W2k or newer you will need to use a driver (or write your own with MS DDK)


No comments:

Post a Comment