Ok, explicitly changing the Web IDE baud rate to 115200 got the web ide working and I'm currently poking around how to access hardware, etc...
Any ideas why I would be running into the other issues with CLI and local IDE?
Both espruino -p /dev/tty.usbserial-0001 -b 115200 --ide and espruino -p /dev/cu.usbserial-0001 -b 115200 --ide still fail with Abort Trap: 6, even if I leave off the --ide option.
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, explicitly changing the Web IDE baud rate to 115200 got the web ide working and I'm currently poking around how to access hardware, etc...
Any ideas why I would be running into the other issues with CLI and local IDE?
Both
espruino -p /dev/tty.usbserial-0001 -b 115200 --ide
andespruino -p /dev/cu.usbserial-0001 -b 115200 --ide
still fail withAbort Trap: 6
, even if I leave off the--ide
option.Uploading a file fails as well in the same way.