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

@Peter has already posted library links.

I recommend that you use node.jsNode.js (node-serialport) or pythonPython (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.

@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

@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.

Source Link
xyz
  • 359
  • 2
  • 11

@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