We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce on macOS:
make
dfu-util -D cbmbasic.dfu
minicom -D /dev/tty.usbmodemC641
I also tried another serial terminal to exclude minicom as the culprit.
minicom
This is as far as I get:
The text was updated successfully, but these errors were encountered:
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?
tty
cu
minicom -D /dev/cu.usbmodemC641
Sorry, something went wrong.
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
No branches or pull requests
Steps to reproduce on macOS:
make
to build cbmbasic.dfudfu-util -D cbmbasic.dfu
minicom -D /dev/tty.usbmodemC641
I also tried another serial terminal to exclude
minicom
as the culprit.This is as far as I get:
The text was updated successfully, but these errors were encountered: