Serial3.on('data', function (data2) {...
i cant write like
Serial3.on('data2', function (data2) {...```
last one doesn't work
if both serials work, some wrong data I see in the serial buffer- doubled snippets...
how do I do it right?
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.
Hi, all!
I use two serials simultaneously.
Serial3.on('data', function (data2) {...
i cant write like
Serial3.on('data2', function (data2) {...```last one doesn't work
if both serials work, some wrong data I see in the serial buffer- doubled snippets...
how do I do it right?