I was messing around and shifting code, I moved LoopbackA.setConsole(); to the bottom, and the device started to transmit error messages to my webUI over websockets!!! So it's possible just not configured correctly.
in function "command" called from line 2 col 27
LoopbackB.write(command());
^
in function called from system
>
received:Uncaught SyntaxError: Got ?[8] expected EOF
at line 1 col 1
Uncaught SyntaxError: Got ?[8] expected EOF
^
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 was messing around and shifting code, I moved
LoopbackA.setConsole();
to the bottom, and the device started to transmit error messages to my webUI over websockets!!! So it's possible just not configured correctly.I am very EXCITED will keep you guys posted.