Open
Description
The serial plotter is great, but it blocks the serial monitor, and there's no way to copy/paste values from it.
As an example:
- Open File -> Examples -> Basics -> AnalogReadSerial, and upload to a board
- Open Plotter
- use whatever analog sensor is attached to A1.
The plot will move too fast to see the changes, and you can't scroll back and look at details. That's a useful feature of a plotter. Perhaps it could have an autoscroll button like the serial monitor does.
Also, there's no way to capture the serial data when the plotter's open. This is a feature that's been very useful from the serial monitor for years.
As a fix, I suggest
(a) adding a button that has the same functionality as autoscroll in the serial monitor
(b) adding the ability to copy the serial output from the plotter, same as in the serial monitor