If you're on linux and you've had trouble connecting to Espruino, try copying the file 45-espruino.rules to /etc/udev/rules.d/45-espruino.rules.
I thought the instructions already suggested this, but it seems not - I'll update them.
I've also just updated the file so that it stops the 'Modem Manager' trying to treat the Espruino board as a modem. That's something that's been bugging me for a while - for the first few seconds after plugging in it stops you connecting to the board, and leaves AT+GCAP plus some other junk in the command history.
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.
If you're on linux and you've had trouble connecting to Espruino, try copying the file 45-espruino.rules to
/etc/udev/rules.d/45-espruino.rules
.I thought the instructions already suggested this, but it seems not - I'll update them.
I've also just updated the file so that it stops the 'Modem Manager' trying to treat the Espruino board as a modem. That's something that's been bugging me for a while - for the first few seconds after plugging in it stops you connecting to the board, and leaves
AT+GCAP
plus some other junk in the command history.