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.
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.
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.
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.