jung6717 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Button to clear the received text in the serial monitor #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?
Stop, Clear buttons.

Why?
While debugging, it's not possible to stop scrolling output.  Would be 
good to freeze the display for debugging purposes without having to kill 
the processor.

Clear would be good to allows clearing the debug window to start a new 
session, again, without having to kill the processor.

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?

No, would cause not incopatability, and would be easy to program.

Original issue reported on code.google.com by CharleyR...@gmail.com on 11 Sep 2009 at 8:36

GoogleCodeExporter commented 9 years ago
Check to following:

http://github.com/mlu/arduino-stm32/blob/master/app/src/processing/app/SerialMon
itor.java

Original comment by Magnus.L...@gmail.com on 3 Nov 2009 at 11:13

GoogleCodeExporter commented 9 years ago
The pause / stop aspect is a duplicate of 97.

Original comment by dmel...@gmail.com on 15 May 2010 at 7:14