-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Remote monitor unable to use control characters #3832
Comments
You might use the baud rate (speed) 115200 as suggest in https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-321/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fsoftware_features_jetson_nano.html%23wwpID0E0DB0HA
Moreover I have a similar problem with the combo Raspberrypi3B+ and STM Nucleo-64 (USB to Serial):
In my case: Ctrl + T followed by Ctrl + H works to get help. Ctrl + T followed by Ctl + I to get information. Ctrl + T followed by b to change the baud rate on the fly. Input of commands or other option result in the error shown above, which seems to be the same as @chippey gets. When Nucleo64-board is connected directly to my laptop (PopOS 20.10) with
|
@chippey A workarround would be to run |
Thanks for the report! Please re-test with |
I was following #4068 (duplicate) pio upgrade --dev works for me |
When trying to use the remote monitor / miniterm, I'm unable to do things like hit Ctl + T to bring up the menu, or toggle various lines with Ctl + R or Ctl + D
Configuration
Operating system: Linux (Pop!_OS 20.04 LTS
PlatformIO Version (
platformio --version
): PlatformIO Core, version 5.1.0Description of problem
Steps to Reproduce
pio remote device monitor
Actual Results
Expected Results
Get the remote monitor menu, or other functions that are invoked with Ctl
The text was updated successfully, but these errors were encountered: