-
• #2
It should work - but the Web IDE probably defaults to 9600 baud connection speed. I'll put that on my ToDo list, but for now you could use a different terminal app.
No, I'm afraid not. You'd have to implement your own. There's some code in Espruino in place to handle it, but it's not fully implemented yet.
The 'normal' update requires USB, but you can use ST's own internal bootloader for serial: http://www.espruino.com/Serial+Bootloader
-
• #3
Thanks :) Flow control overlaps with the 'dropped character' issue discussed elsewhere which I think is relatively significant. A faster web-IDE would be nice, but to me is much lower priority.
Hi
I've got console working over Serial1 successfully :). Some questions
Is it possible to change the baud rate of the console? I tried setting the serial
to 38400 and then using setConsole, but the webIDE didn't work. (Just curious -
9600 may be fine...)
Is there any flow control on serial? If I try to send big files, would it work?
Does the firmware update work over serial, or does it require USB?
Thanks
Martin