I'll check into this. The baud rate issue is a strange one (although I guess the code you've written at the start should also have Serial4.setup(38400); in it?
Also I notice that setInterval is reported wrong in dump, although I think I know what the bug is there...
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.
@BogdanG I've been away over the weekend :)
I'll check into this. The baud rate issue is a strange one (although I guess the code you've written at the start should also have
Serial4.setup(38400);
in it?Also I notice that setInterval is reported wrong in
dump
, although I think I know what the bug is there...