serial_port_plotter
serial_port_plotter copied to clipboard
Displays real time data from serial port
Sometimes the received characters might be way off(corrupted RX), This will result in *temp to be for example 0xf0. There is an assert in the debug build for this. This...
I really like that program (especially dark UI), but I think it beggs for clear console button. When one you monitor data for a long time you want to have...
This is really a very good project, I like it very much, thank you But it seems Serial data parsing may occasionally go wrong? For example, when I send 2...
Hi, I've create a push request last week with some improvements, did you see it?
I've done some small things : - Built with QT 5.7. - Change #includes (Qwidget is a separate module) - Remove QApplication::UnicodeUTF8 in QApplication::translate method (read Qt forum) - add...
Hi, I'm using the serial plotter, its good. Could you please add the time unit (s/ms) at the end of x-axis? Or use the unitive unit like "ms" no matter...
It is not really an issu but when we whant to clear screen with the button, it also clear label. I have to re-enter again. A way to save the...
Awesome repo btw, I plan on hopefully making some modifications to be able to read csv's and maybe another protocol other than serial. Anyways, I was able to compile after...