-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Serial plotter remote commands #7461
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
base: master
Are you sure you want to change the base?
Conversation
Is there a consensus about adding "remote commands" (this patch include them)", vs. e.g. the ability to be able to ignore some lines? Traditionally, "#" is often used to indicate a comment in text based data files. An initial suggestion could be to expand the SerialPlotter protocol to
The reason for "$" being that it is often used indicate a command prompt. |
Status of the QA check is that it fails because
Both are trivial to fix |
Position literals first in String comparisons in message
use also for size command a seperate function
Wilhelm Wiens seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Thanks for adding the Serial Plotter with Labels and Commands to the Arduino IDE!
Regarding remote commands and comments as described in this PR:
|
This adds remote command to set the size and clear the plot area.
The commands are send like this:
#CLEAR
#SIZE:
size should be between 10 and 5000. This are hard coded limits for the plot size right now.