Tag: Serial Port

Connecting a serial port to the WEB via Node.js

Serial Port to WEB via Node.Js

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 …

Continue reading