Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel Name Assignment via Serial.Print #65

Open
chefseg opened this issue Apr 6, 2024 · 6 comments
Open

Channel Name Assignment via Serial.Print #65

chefseg opened this issue Apr 6, 2024 · 6 comments

Comments

@chefseg
Copy link

chefseg commented Apr 6, 2024

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 chefseg changed the title Channel Name via Serial.Print Channel Name Assignment via Serial.Print Apr 6, 2024
@hyOzd
Copy link
Owner

hyOzd commented Apr 21, 2024

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

@chefseg
Copy link
Author

chefseg commented Apr 24, 2024

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

@hyOzd
Copy link
Owner

hyOzd commented Apr 24, 2024

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

@chefseg
Copy link
Author

chefseg commented Apr 24, 2024

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

@hyOzd
Copy link
Owner

hyOzd commented Apr 24, 2024

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.

@CeivenLean
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants