Glad it's working now! Because Espruino executes the code directly, 'eval' actually works particularly well :)
I'd also added the ability to do an 'inline echo off'. If you send character code 16 on a blank line, and then your command, then you won't need to use echo(0). However having tried it just now it looks like there's still an issue with the trailing > character
An industrial IO board would be great! Hopefully I'll be releasing an Eagle CAD part outline for it in the next few weeks, which should help a lot!
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.
Hi Lawrence,
Glad it's working now! Because Espruino executes the code directly, 'eval' actually works particularly well :)
I'd also added the ability to do an 'inline echo off'. If you send character code 16 on a blank line, and then your command, then you won't need to use
echo(0)
. However having tried it just now it looks like there's still an issue with the trailing>
characterAn industrial IO board would be great! Hopefully I'll be releasing an Eagle CAD part outline for it in the next few weeks, which should help a lot!