i tried connecting to the Espruino using the Espruino command line on my raspberry pi and here is the output
pi@ttn-gateway:~ $ espruino --list
PORTS: /dev/ttyAMA0 pi@ttn-gateway:~ $ espruino -p /dev/ttyAMA0
Connecting to '/dev/ttyAMA0' No result found - just got "" Connected
Not sure why i am getting the " just got "" " line ideally it should shows the REPL-like interface right ??
@narioinc89 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.
i tried connecting to the Espruino using the Espruino command line on my raspberry pi and here is the output
pi@ttn-gateway:~ $ espruino --list
Espruino Command-line Tool 0.0.36
PORTS:
/dev/ttyAMA0
pi@ttn-gateway:~ $ espruino -p /dev/ttyAMA0
Espruino Command-line Tool 0.0.36
Connecting to '/dev/ttyAMA0'
No result found - just got ""
Connected
Not sure why i am getting the " just got "" " line
ideally it should shows the REPL-like interface right ??