And can set up the baud rate with Serial1.setup(...).
But obviously if you move the console out of the way, it can't be reached again. You could move the console to somewhere like Serial2, where you could then contact Espruino via a USB-TTL dongle though - or you could use a button press to change the baud rate?
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.
Yes, you can do something like:
And can set up the baud rate with
Serial1.setup(...)
.But obviously if you move the console out of the way, it can't be reached again. You could move the console to somewhere like Serial2, where you could then contact Espruino via a USB-TTL dongle though - or you could use a button press to change the baud rate?