Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
Posted by @user106712
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.
I would like to act on the output from the Espruino by listening to the Espruino's port on node-red.
I am getting 7 leading bytes for a one-byte payload ('1') i.e. (decimal) 62,13,27,91,74,21,16,49,13,10.
Same result for print("1") as for console.log("1").
Is this because the console is 'Telnet' (from process.env.CONSOLE)?
Is it possible to eliminate the leading chars?
Thanks.