Compressive serial port and programming information?

What are some compression sources for sequential programming?

Ideally, they will cover things like:

  • device history
  • current and future use
  • how serial devices work.
  • protocols
  • and, of course, how to program, preferably in C / C ++
+6
c ++ c linux serial-port
source share
2 answers

This Wikipedia article contains many articles and contains links to other information, including

for Linux and WIN32

and

Serial Port Communication in VB.NET Programming

In addition to this, Wikibooks has a free book on Sequential Programming.

+4
source share

I learned most of my unix serial numbers from Stevens Advanced Programming in UNIX .

+2
source share

All Articles