-
-
Notifications
You must be signed in to change notification settings - Fork 802
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
Serialports monitor "Ctrl+]" not working #253
Comments
You can redefine hotkey using
Also, please read more detailed info in Miniterm documentation. |
Thank you for implementing this. A minor issue: platformio serialports monitor --exit-char 0x11 which results in Error: Invalid value for "--exit-char": 0x11 is not a valid integer ... although in the help text the hexadecimal representation is given " [...] default=0x1d" Using the decimal representation platformio serialports monitor --exit-char 17 everything works fine. Do you have any plans to store this "exit char" for the user in order to not type it again every time? If not, not a big thing, users can still script around. Thanks again. |
Hi there,
when starting a serial monitor by
under Win7 the "Ctrl+]" is not working. Maybe it is due the German keyboad layout, where "]" is AltGr+9, so the combination of "Ctrl+AltGr+9" is not working.
But "Ctrl+T followed by Ctrl+H" is working just fine. So maybe a good alternative for Quit would be "Ctrl+T followed by Ctrl+Q"? Maybe this is compatible to many different keyboard layouts?
Happy to provide more information or to test. Thanks.
The text was updated successfully, but these errors were encountered: