These write to the console, but they also have to add extra chars to remove the > prompt, add a newline, print what you want and then put > back after.
If you want to write direct, use USB.println(...) and you'll avoid all the extra stuff getting written
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.
These write to the console, but they also have to add extra chars to remove the
>
prompt, add a newline, print what you want and then put>
back after.If you want to write direct, use
USB.println(...)
and you'll avoid all the extra stuff getting written