Hi Gordon,
thanks for a reply.
Well, I could just read the flash, but when I merge your changes or reflash the board the command you suggested I have to run after flashing or I have to write memory by a programmer. But this I could automate with this command for example echo "E.setBootCode('...',true)" > /dev/ttyACM0
If you're building yourself why not just add 'default_console' : "EV_SERIAL6", in the board.py file?
I can't set it because when I unplug the USB, the console will switch and in an application which uses Bluetooth or wifi module the transported data will be evaluated by Espruino and not by application. Right?
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.
Hi Gordon,
thanks for a reply.
Well, I could just read the flash, but when I merge your changes or reflash the board the command you suggested I have to run after flashing or I have to write memory by a programmer. But this I could automate with this command for example
echo "E.setBootCode('...',true)" > /dev/ttyACM0
I can't set it because when I unplug the USB, the console will switch and in an application which uses Bluetooth or wifi module the transported data will be evaluated by Espruino and not by application. Right?