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

Wait/loop mode #6

Open
mythmon opened this issue Jul 3, 2021 · 1 comment
Open

Wait/loop mode #6

mythmon opened this issue Jul 3, 2021 · 1 comment

Comments

@mythmon
Copy link

mythmon commented Jul 3, 2021

I'm using serial-monitor to do microcontroller development, and it's common for my serial device to appear and re-appear many times while I try different versions of my code. It would be useful to be able to start serial-monitor before my serial device is available, and have it attach to the next matching device.

Additionally, while in this "wait" mode, it would be useful to optionally go back to wait mode when the device disconnects. Then when the device re-connects, serial-monitor would automatically reconnect. This way I could leave serial-monitor running constantly while I reprogram and restart my microcontroller.

@artisdom
Copy link

had a half-cooked one here:

https://github.com/artisdom/serial-monitor/tree/wait_for_port_available

wanted to do more testing, but Windows 10 keeps freezing when the connected USB devices are power cycled.

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

2 participants