@tve it'd need to implement jshUSARTSetup - I don't know if that's actually done right now?
jshUSARTSetup
You can move the console out of the way with something like LoopbackA.setConsole() and then you can use Serial1 for whetever you want...
LoopbackA.setConsole()
@Gordon 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.
@tve it'd need to implement
jshUSARTSetup
- I don't know if that's actually done right now?You can move the console out of the way with something like
LoopbackA.setConsole()
and then you can use Serial1 for whetever you want...