What I really miss in Arduino Serial Monitor is:
-
Ability to ignore (suppress) ANSI color esc sequences.
-
Option to send arbitrary bytes, not just printable characters, e.g. Ctrl+C (ascii code 0x03). Like, one extra /textbox/ and button
What I really miss in Arduino Serial Monitor is:
Ability to ignore (suppress) ANSI color esc sequences.
Option to send arbitrary bytes, not just printable characters, e.g. Ctrl+C (ascii code 0x03). Like, one extra /textbox/ and button
Serial monitor is intended as a very elementary tool for debugging, not as a full fletched terminal program.
It’s just a monitor, not a terminal. However, you can connect to it using an appropriate terminal program to achieve the functionality you need.
Except that those don't automatically disconnect when performing uploads
I often want to bash my head against the wall when I forget to do that.
I know. It was just wish. Feature request.
I use TeraTerm but it doesn't work for example for ESPCam: terminals I've tried (teraterm, putty) toggle RTS line which causes some boards to go into flashing mode
Also I was not talking about supporting ANSI color escape sequences.
Just ignore them so sketches which use colors could print their colored output in Arduino Serial Monitor without "[33m"-like garbage
Both of these features (ignore ansi colors and ability to send arbitrary bytes) require very small code changes (as I understand it)
There is a relevant feature request here:
Please only comment on the GitHub issue thread if you have new technical information that will assist with the resolution. General discussion and support requests are always welcome here on the Arduino Forum.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.