I am using microcontroller to send buffers of data points.Sending buffers that contains a 10 values i.e.:
I need a Windows software/application that can communicate using serial port (UART) to receive microcontroller's sent buffers and redraw (refresh) my graph when new data is received. I tried SerialPlot software, but it plots continuously (real-time) instead of redrawing the plot after fully received each new buffer.
I have tried SerialPlot and similar real-time serial plotters, but none of them are suitable for this.
- 45,25,73,34,15,26,77,68,11,15
- 14,17,20,5,95,3,41,9,11,3
- 50,25,47,21,6,30,8,68,2,15
- 66,13,89,7,15,78,77,1,11,10
I need a Windows software/application that can communicate using serial port (UART) to receive microcontroller's sent buffers and redraw (refresh) my graph when new data is received. I tried SerialPlot software, but it plots continuously (real-time) instead of redrawing the plot after fully received each new buffer.
I have tried SerialPlot and similar real-time serial plotters, but none of them are suitable for this.