Closed
Description
The source code of the "Serial Monitor" suggests that it might be easy to implement a CLS (Clear Screen) command in the Serial Monitor. Additionally I think CR, LF (without CR) , and cursor positioning could be added relative easy. It would certainly help a huge number of people that have been looking for these features and are forced to revert to multiple println to clear the screen, ending at the bottom of the screen instead of at the top, and printing complete screens if you want to change a single number in a GUI. Of course can be done with a VT100 terminal like TeraTerm but that won't allow to reprogram e.g. a Teensy (without pressing the reset button, that is, not remotely).