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

Serial plotter standalone? #30

Open
rin67630 opened this issue Mar 16, 2019 · 4 comments
Open

Serial plotter standalone? #30

rin67630 opened this issue Mar 16, 2019 · 4 comments
Labels
type: enhancement Proposed improvement

Comments

@rin67630
Copy link

rin67630 commented Mar 16, 2019

The serial plotter from the Arduino IDE is a really nice thing.
I am using it right often on weak Raspberry Pi devices.

The only caveat is that to use it, I must jettison the bulky IDE, which takes unnecessarily a lot of resources and time to start.

Have we got a way to start the serial plotter standalone?
If not, would it be a big thing to get this done? (I mean not a complete autonomous program, but just the bare minimum to start just the serial plotter directly within the existing IDE installed folders.)

Thank you for considering.

Related forum thread:
http://forum.arduino.cc/index.php?topic=603903

@rin67630

This comment was marked as duplicate.

@madsdyd
Copy link

madsdyd commented Apr 7, 2020

Skimming the source code, I would think that starting the serial plotter without running the IDE is non-trivial to add to the existing code base. E.g. the code for setting the port is part of the Arduino IDE. Given enough requirements, you end up effectively starting the IDE anyway (even if it is hidden).

@per1234 per1234 transferred this issue from arduino/Arduino Nov 18, 2022
@per1234 per1234 added the type: enhancement Proposed improvement label Nov 18, 2022
@elpiel
Copy link

elpiel commented May 13, 2024

I've just released a new crate in Rust that allows you to interact with the webapp from this repository.
I still have plans to add a CLI for connecting and e.g. add a pass-through option to use a serial device I might take a bit of time to develop.

In the mean time you can build your custom-specific binary in Rust to do this for your project using the crate below:

https://github.com/LechevSpace/arduino-plotter
https://crates.io/crates/arduino-plotter

@rin67630

This comment was marked as off-topic.

@arduino arduino locked as too heated and limited conversation to collaborators Sep 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

4 participants