vote up 5 vote down star
2

What are some comprehesive sources on serial programming?

Ideally they would cover things like:

  • history of devices
  • current and future uses
  • how serial devices work
  • protocols
  • and, of course, how to program, preferably in C/C++
flag

I wrote some interop code in Assembly, calling the serial port to control a stepper motor. Very rewarding project. If you follow through this completely, you will most likely enjoy the outcome. Good luck. – Jon Aug 23 at 18:32

2 Answers

vote up 3 vote down check

This Wikipedia article covers a lot of it, and has links to other information, including

programming for Linux and WIN32

and

Serial Port Communication in VB.NET Programming

In addition to that, Wikibooks has a free book on Serial Programming

link|flag
I was hoping there was something thorough out there but if there is no one seems to know about it. – Newton Falls Aug 31 at 15:33
vote up 2 vote down

I learnt most of my unix serial comms from Stevens' Advanced Programming in the UNIX Environment.

link|flag
It's great source for what it focus on but I was hoping for something of larger scope. – Newton Falls Aug 31 at 15:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.