serialplot icon indicating copy to clipboard operation
serialplot copied to clipboard

Small and simple software for plotting data from serial port in realtime.

Results 35 serialplot issues
Sort by recently updated
recently updated
newest added

Say that from an Arduino board I am sending something like this (comma separated values): ``` int sensorValue = analogRead(A0); // Send over serial Serial.print(sensorValue); Serial.print(","); Serial.print(sensorValue/2); Serial.print(","); Serial.print(sensorValue/4); Serial.print("\n\r");...

a custom port path would allow for virtual ports on alias addresses and similar advanced setups.. currently - as fare as i can see - it is only possible to...

i have no knowledge of cmake - so maybe i do something very silly here.. following the readme - cmake on Kubuntu 23.10 failed for me: ```bash serialplot/build (master)$ cmake...

Windows download link is not working, please provide us with a valid link.

Hi. I'm impressed by your SerialPlot tool. I can see there is much hard work that went into it. I've noticed the tool ha many feature found in an oscilloscope....

I have a project that logs a series of values to the serial port in a format that's not "Simple binary", nor "ASCII". Therefore i need to specify the a...

Love the program, but is it possible to add a live value indicator box? I know it can be viewed from the text view, but it can get difficult to...

only one line of data is read per opening of port when USB COM is used. This can be seen in text view where only one line is added when...

It would be nice to have individual bits in addition to unsigned/signed 8-/16-/32-bit data formats. Since smallest addressable data is in bytes, maybe bitwise channels could be bundled in groups...

After the 0.12.0 version, the code has been updated a lot. Hope to release a new version of the executable file? thanks