nathandunk / BetterSerialPlotter

A drop-in replacement for the arduino serial plotter
MIT License
162 stars 25 forks source link

Periodically stops plotting even when new values visible in serial monitor tab #33

Open lucas-vrtech opened 5 months ago

lucas-vrtech commented 5 months ago

I am using an ESP32, sending 5 whitespace separated values over serial at 115200 baud. Running on Windows 11.

The values update responsively in the serial monitor tab of BSP, however the plot screen sometimes just stops plotting even though it is still receiving data.

image

In this image, you can see the graphs for data 0, 1, and 2 have lines that stop partway through. (Unaligned because of different time scaling) After a few seconds it will come back and retroactively graph the old data all at once. So it's still receiving it, just not plotting it right away.