You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • You could check E.getErrorFlags() to see if Espruino thought it had trouble.

    It could be ST's side, but it's always been the case that if you send 123[enter] then Espruino has to echo back 123, then line feed, then =123. If you just did that over and over as fast as you could then because Espruino is sending more than it is receiving, it'll run out of buffer space.

    echo(0) should basically fix that, but if you paste data in then there may be a similar problem.

About

Avatar for Gordon @Gordon started