Ok, so the issue is that the telnet tool itself seems to send a whole bunch of weird characters when it connects (they are part of the actual telnet protocol). Something along the lines of:
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.
Ok, so the issue is that the
telnet
tool itself seems to send a whole bunch of weird characters when it connects (they are part of the actual telnet protocol). Something along the lines of:These really confuse Espruino as they're fed right into the console, and Espruino doesn't know to ignore them.
However if you connect using the Chrome App IDE (communications -> connect over TCP address) it won't send the characters and everything works great.
You can also use
putty
on Windows - just set the connection type to 'raw' when you connect.