I had read this: http://stackoverflow.com/questions/815758/simple-serial-point-to-point-communication-protocol

and I'm doing the same thing, and I don't want to reinvent wheel...

are there any API or sample code?

PS: code in C/C++, python...

link|improve this question

code in what language? – Joel Coehoorn Dec 1 '09 at 4:00
feedback

3 Answers

up vote 1 down vote accepted

See my answer , but go to Jeremy Bentham's TCP/IP Lean site

You can easily get it to speak normal IP protocols.

link|improve this answer
Second this. Most of the API and libraries wrappers of varying thickness around Good old berkley sockets anyway. – James Anderson Dec 1 '09 at 3:54
feedback

You could in a couple of days implement something like the Ash specification by Ember. It does address most of the issues pretty well.

link|improve this answer
feedback

APIs, implemented by software, are product-specific and/or O/S-specific.

On an embedded system (which is the kind of system where serial comms is most prevalent) you'd use (perhaps buy) a library.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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