I think Espruino actually jumps out of USB console if it knows it isn't connected. You could try connecting to Serial5 or something that's out the way?
Just write a function called onInit and it'll be executed automatically at boot. If you stick the Serial5.setConsole in there then it should work fine...
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 think Espruino actually jumps out of USB console if it knows it isn't connected. You could try connecting to Serial5 or something that's out the way?
Just write a function called
onInit
and it'll be executed automatically at boot. If you stick theSerial5.setConsole
in there then it should work fine...