Proof of concept for sending data from node.js via serial-over-USB to an Arduino
See http://matthughes.io/serial-communication-with-node-js-and-arduino/ for more details.
##Configuration
- Set
serialPort
inconfig.js
to the string path of the USB device. - Set
baudRate
inconfig.js
to the same rate as your Arduino'sSerial.begin