@user7143 Serial.write won't send a newline automatically, so you'll have to send it explicitly with \n or \r. Could that be your problem?
Serial.write
\n
\r
@Gordon started
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.
@user7143
Serial.write
won't send a newline automatically, so you'll have to send it explicitly with\n
or\r
. Could that be your problem?