You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Did you try my Ctrl+C suggestion?

    0x1b/etc are just escape codes to set up VT100 terminals correctly

    The Web IDE sends some JavaScript code when it connects, and looks for a response. I imagine the problem might just be that there is absolutely no flow control on serial comms - XOn/XOff or otherwise - and if you send code that takes a lot of time to execute, that will cause subsequent code to get lost (once the buffer is full).

About

Avatar for Gordon @Gordon started