Setting the console to USB won't actually disable the Serial port - so you wouldn't expect that one to work. Serial1.setup(9600,{tx:...,rx:...}); to some other pins might fix it
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.
Setting the console to USB won't actually disable the Serial port - so you wouldn't expect that one to work.
Serial1.setup(9600,{tx:...,rx:...});
to some other pins might fix it