The buffer is 256 bytes-ish IIRC. Unfortunately Chrome doesn't let you use XON/XOFF, so actually it's not that helpful. I kept meaning to implement it in software but never got around to it :)
Some kind of ack after each command would be great - it'd help with upload issues on some other boards too. I was trying to think if a nice way to do it though - any ideas?
I mis-used a control code so you could start a line with \x10 and echo would be turned off for just that line. I could extend that so that when the line executed another control code was sent back to the IDE.
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.
The buffer is 256 bytes-ish IIRC. Unfortunately Chrome doesn't let you use XON/XOFF, so actually it's not that helpful. I kept meaning to implement it in software but never got around to it :)
Some kind of ack after each command would be great - it'd help with upload issues on some other boards too. I was trying to think if a nice way to do it though - any ideas?
I mis-used a control code so you could start a line with
\x10
and echo would be turned off for just that line. I could extend that so that when the line executed another control code was sent back to the IDE.