Clear Serial Monitor output field on receipt of control character #1726
Labels
topic: code
Related to content of the project itself
topic: serial monitor
Related to the Serial Monitor
type: enhancement
Proposed improvement
Currently the serial monitor just displays incremental content (with / wo scrolling).
There is no way to clear the screen from the arduino output in order to get a static screen.
There has been some requirements in the past to include ANSI functionality, but the discussion always stalled...
May I suggest to keep it simple and stupid? Please just provide a simple clear screen byte
(e.g. Serial.write (12); // ASCII Form Feed to clear the screen).
That simple improvement could make static screens and menues doable on the serial monitor.
n.b. IMHO using an external ANSI terminal is not in the philosopy of the Arduino IDE.
That is already something for freaks, needs external software, and the need to release the serial connection upon compiling is a pain.
Additional context
Additional requests
Related
The text was updated successfully, but these errors were encountered: