Skip to main content
2 of 2
Copy edited (e.g. ref. <http://en.wikipedia.org/wiki/Python_%28programming_language%29>).

@Peter has already posted library links.

I recommend that you use Node.js (node-serialport) or Python (serial), which have excellent native serial support.

Both of these use C++ internally to communicate over Serial (Serial.h). Try going through the code Node.js uses internally, and if you are willing to write that much, by all means use the library.

xyz
  • 359
  • 2
  • 11