Is there a reason you're using serial.pipe instead of using the serial.on("data",...) handler?
That's what I've always used for serial interfacing...
@DrAzzy started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Is there a reason you're using serial.pipe instead of using the serial.on("data",...) handler?
That's what I've always used for serial interfacing...