Serial plotter remote commands#7461
Serial plotter remote commands#7461WilhelmWiens wants to merge 8 commits intoarduino:masterfrom WilhelmWiens:serialPlotterRemoteCommands
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.