You could use "\x03\x10" for start frame with "\n" at the end if you wanted - as that disables echo for the line being sent, so basically means you have no need to configure the device's console.
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.
You could use
"\x03\x10"
for start frame with"\n"
at the end if you wanted - as that disables echo for the line being sent, so basically means you have no need to configure the device's console.