arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.15k stars 7.01k forks source link

Ability to pause the serial plotter? #4860

Closed damellis closed 1 year ago

damellis commented 8 years ago

It might be nice to be able to pause the serial plotter to inspect the graphs in more detail. Especially nice could be a combination of this and #4859 that would allow you to mouse over (or click) at various points in the paused plot to see the numeric values of each data series at that point in time.

mobluse commented 6 years ago

Workaround: One way to pause it is to change the baudrate because then it can't communicate. If e.g. 115200 baud is normally selected you can pause by pressing arrow up, and play with arrow down.

per1234 commented 1 year ago

Implemented in the Arduino IDE 2.x Serial Plotter (STOP/RUN button).