English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

2007-08-12 21:12:15 · 2 answers · asked by Anonymous in Computers & Internet Software

2 answers

A few links:
http://electrosofts.com/serial/
http://www.beyondlogic.org/serial/serial1.htm#30
http://www.yov408.com/html/tutorials.php?&s=41
http://msdn2.microsoft.com/en-us/library/ms810467.aspx
http://www.velocityreviews.com/forums/t313785-open-serial-port-with-c.html
http://cygwin.com/ml/cygwin/1999-08/msg00563.html

Two newsgroups that may help:
alt.comp.lang.learn.c-c++
comp.lang.c

2007-08-12 23:18:00 · answer #1 · answered by Pro bono publico 4 · 0 0

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)

2007-08-16 17:30:32 · answer #2 · answered by mdigitale 7 · 0 0

fedest.com, questions and answers