Arduino and Node.js via Serial port
Reading from the serial port in arduino is one of the most common things to do, and yet it’s not always easy to find good/simple documentation and/or articles about it. In this case, I’ll focus on one simple scenario, communicating with a node.js process via the…