serialplot icon indicating copy to clipboard operation
serialplot copied to clipboard

Channel Name Assignment via Serial.Print

Open chefseg opened this issue 1 year ago • 7 comments

I downloaded version SerialPlot v0.12 (Windows executable install file) from [https://hackaday.io/project/5334-serialplot-realtime-plotting-software/log/192838-serialplot-v012-release]. What is the recommended format, in the Arduino sketch, to dynamically assign the channel name for each sensor value? I tried using Serial.print("Channel1:"); Serial.println(value); but no success. Any help would be appreciated!

chefseg avatar Apr 06 '24 22:04 chefseg

Can you post an example of your output from a serial port terminal?

hyOzd avatar Apr 21 '24 08:04 hyOzd

Here is an example of one line of the serial output "Roll: 30.1°, Pitch: 10.1°, Yaw: 0.0°"

chefseg avatar Apr 24 '24 00:04 chefseg

You can't have degree symbol in your output. Parser doesn't recognize that.

hyOzd avatar Apr 24 '24 04:04 hyOzd

Even without the degree symbols it still doesn't work. Recall, I am using the desktop version that is downloadable via link: [https://hackaday.io/project/5334-serialplot-realtime-plotting-software/log/192838-serialplot-v012-release]

Are you certain that version contains the code to auto display the tags to the channels? From my recollection, it appears that there was an update on Git to support this feature but this version was released at an earlier date, reference this: Allow Arduino Serial Plotter style ascii data #43

chefseg avatar Apr 24 '24 12:04 chefseg

Yeah sorry, you are right. v0.12 is quite old. It doesn't include relevant commit. You will have to build from source to have that feature, sorry.

hyOzd avatar Apr 24 '24 12:04 hyOzd

Yeah sorry, you are right. v0.12 is quite old. It doesn't include relevant commit. You will have to build from source to have that feature, sorry.

is there any possible that a new version will be released

CeivenLean avatar May 29 '24 00:05 CeivenLean

should be closed with current available release.

s-light avatar Jul 17 '25 00:07 s-light