On Mac OS, MySerialPort will probably look a lot like /dev/tty.usbserial### where ### is a number. You can use the 'Tab' key to autocomplete once you have typed /dev/tty.usbserial
And i have no idea what it is meaning for me to do. and the link for more information isn't working. Any better tutorials?
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 have done everything in the how to on flashing the board. But i get to the part
Download the stm32loader.py Python script from https://github.com/espruino/Espruino/blob/master/scripts/stm32loader.py
Run python stm32loader.py -p MySerialPort -evw espruino_for_your_device.bin
For Espruino Boards add -k to the command-line. This will make flashing more reliable.
On Mac OS, MySerialPort will probably look a lot like /dev/tty.usbserial### where ### is a number. You can use the 'Tab' key to autocomplete once you have typed /dev/tty.usbserial
And i have no idea what it is meaning for me to do. and the link for more information isn't working. Any better tutorials?