A previous post (here) documented how to connect a Python script to a serial port on a microcontroller. This post documents connecting a serial port to the WEB via Node.js (which is a JavaScript runtime). Using Node.js and a module for node called serialport, it is very easy to connect a PC to a serial …
Tag: node.js
Nov 16 2015
Controlling and Monitoring an Arduino Galileo via Node.js
It is very handy to be able to control and monitor things with an Arduino. It is even more handy when you can control and monitor things remotely from wherever you are via the Internet. For arguments sake, lets say we want to both control specific devices we have attached to our Arduino and we …
Recent Comments