That'd be great - thanks! Strange about the advertising... it's possible it drops it, but I hadn't noticed anything.
To get it running with serial on the Adafruit dongle, try editing the BOARD.py file and changing default_console_rx and so on - you might want to disable your flow control I guess?
just a thought, but might it be that Linux was actually asking the JLink to use hardware flow control? If you use minicom on linux you can:
Ctrl-A then O
'Serial Port Setup'
F -> change from hardware flow control
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.
That'd be great - thanks! Strange about the advertising... it's possible it drops it, but I hadn't noticed anything.
To get it running with serial on the Adafruit dongle, try editing the
BOARD.py
file and changingdefault_console_rx
and so on - you might want to disable your flow control I guess?just a thought, but might it be that Linux was actually asking the JLink to use hardware flow control? If you use
minicom
on linux you can: