You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • @Snerkle - yes, I'll get that fix in. What was Espruino printing that was causing characters to get lost?

    Can you give me a hint where I can find info about this config options for the command-line tool?

    The tool would need changing. For example a config option is set up here for Baud rate.

    All you need it Espruino.Config.SET_TIME_ON_WRITE = true

  • What was Espruino printing that was causing characters to get lost?

    Actually it was the string for the espruino favicon you provided in the http server example titled Favourite Icon on WebServer

    If you load that code onto the espruino and then do a dump(); then the long string of the favicon variable is not displayed as it is entered (where all non-ascii values are escaped), instead non-ascii values are displayed as 8-bit (unicode UTF-8 I assume) characters.

About

Avatar for Gordon @Gordon started