Thanks will try that, but sending crtl-c helps. I found node-red/node.js hates the espruino reset button being pressed takes 90% cpu & stays there! Have to ctrl-c node.js then press reset as ttyACM0 gets permission locked.
That said NR & espruino work so well together! I wish I started down this route a year ago, even evil eval works a treat "eval(\"function foo() { console.log('foo'); }\");foo();save()\n"; then call foo().
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.
Thanks will try that, but sending crtl-c helps. I found node-red/node.js hates the espruino reset button being pressed takes 90% cpu & stays there! Have to ctrl-c node.js then press reset as ttyACM0 gets permission locked.
That said NR & espruino work so well together! I wish I started down this route a year ago, even evil eval works a treat "eval(\"function foo() { console.log('foo'); }\");foo();save()\n"; then call foo().
Am planing an industrial IO board for the PICO.
Lawrence