-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Serial Plotter Plotting Bug #9946
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
Comments
I don't know if this is of any help but the java code for plotter ca be modified such that a clear command can be introduced. In the ~/Arduino/app/src/processing/app/ directory modify the SerialPlotter.java file and add |
This is not a bug, but by design. The Arduino GUI, which the Serial Plotter is part of, have no way to know if you reset your board, e.g. by pressing a reset button. @nikolradulov has made a remote command patch in #9953 but this has some overlap with #7461. It seems someone need to decide upon a roadmap or similar for Serial Plotter. |
When plotting using Serial.println and then pausing the Serial.println (just like a one time trigger), and then resetting the arduino to perform it again, the old serial plotted point is not erased and remains static in the plot window.
The text was updated successfully, but these errors were encountered: