OK well maybe I have to install Chrome and go through that. Before I do, I updated espruino (0.0.31) and noble (1.7.0). Console output:
houghton:~ mozz$ espruino --list
Espruino Command-line Tool 0.0.31
PORTS:
TEST (test)
/dev/cu.Bluetooth-Incoming-Port
houghton:~ mozz$ espruino -p unknown
Espruino Command-line Tool 0.0.31
Connecting to 'unknown'
Port "unknown" not found
Unable to connect!
houghton:~ mozz$ espruino -p TEST
Espruino Command-line Tool 0.0.31
Connecting to 'TEST'
No result found - just got "\u0003\u0010console.log(\"<\",\"<<\",JSON.stringify(process.env),\">>\",\">\")\n"
Connected
So I think I'm talking to the correct device ("TEST"?) but I get this "No result found..." and I can't issue commands. I tried, but the REPL doesn't seem to be working. Could be because I'm using ssh, terminal settings or something. I have to hit Ctrl+C twice pretty quickly to get out.
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.
OK well maybe I have to install Chrome and go through that. Before I do, I updated espruino (0.0.31) and noble (1.7.0). Console output:
So I think I'm talking to the correct device ("
TEST
"?) but I get this "No result found..." and I can't issue commands. I tried, but the REPL doesn't seem to be working. Could be because I'm using ssh, terminal settings or something. I have to hit Ctrl+C twice pretty quickly to get out.Thanks for the support.