tomu-quickstart
tomu-quickstart copied to clipboard
cbmbasic loaded onto tomu freezes after first keystroke
Steps to reproduce on macOS:
- Run
maketo build cbmbasic.dfu - Run
dfu-util -D cbmbasic.dfu - Run
minicom -D /dev/tty.usbmodemC641 - Pressing any key freezes cbmbasic
I also tried another serial terminal to exclude minicom as the culprit.
This is as far as I get:

It sounds like you're running into a BSD issue. It's waiting for you to pick up the phone.
Does it work if you replace tty with cu? I.e. minicom -D /dev/cu.usbmodemC641?
Confirmed on Linux: tried with pyserial, minicom as suggested above, and screen. All freeze on first character.
The terminal programs themselves also stop responding, and had to be killed externally.
i have identical behaviour under Archlinux