Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cbmbasic loaded onto tomu freezes after first keystroke #23

Open
evaneykelen opened this issue Nov 4, 2018 · 3 comments
Open

cbmbasic loaded onto tomu freezes after first keystroke #23

evaneykelen opened this issue Nov 4, 2018 · 3 comments

Comments

@evaneykelen
Copy link

evaneykelen commented Nov 4, 2018

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

@xobs
Copy link
Member

xobs commented Nov 8, 2018

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?

@hexagon5un
Copy link

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.

@2114L3
Copy link

2114L3 commented Jun 28, 2019

i have identical behaviour under Archlinux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants