• Ok, I think I've fixed it now:

    espruino-tools
    --------------
    
    Connecting to '/dev/ttyACM0'
    Connected
    --]
    --]=undefined
    --]>reset();
    --]=undefined
    --]
    --] _____                 _ 
    --]|   __|___ ___ ___ _ _|_|___ ___ 
    --]|   __|_ -| . |  _| | | |   | . |
    --]|_____|___|  _|_| |___|_|_|_|___|
    --]          |_| http://espruino.com
    --] 1v80 Copyright 2015 G.Williams
    --]
    --]>echo(0);
    --]=undefined
    --]124
    

    Seems strange - looks like the code that listened for the return value expected a String, when it was getting an ArrayBuffer. Not sure how that ever worked at all really.

    If you update from GitHub now, it should be better?

About

Avatar for Gordon @Gordon started