tomu-quickstart icon indicating copy to clipboard operation
tomu-quickstart copied to clipboard

cbmbasic loaded onto tomu freezes after first keystroke

Open evaneykelen opened this issue 7 years ago • 3 comments

Steps to reproduce on macOS:

  • Run make to 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:

image

evaneykelen avatar Nov 04 '18 09:11 evaneykelen

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?

xobs avatar Nov 08 '18 05:11 xobs

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.

hexagon5un avatar Nov 09 '18 08:11 hexagon5un

i have identical behaviour under Archlinux

2114L3 avatar Jun 28 '19 02:06 2114L3