Skip to content

Mark interesting lines #21

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

Open
vasco65 opened this issue May 17, 2020 · 1 comment
Open

Mark interesting lines #21

vasco65 opened this issue May 17, 2020 · 1 comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@vasco65
Copy link

vasco65 commented May 17, 2020

Hi,

Serial plotter is a handy tool, however I found a situation where I need a way to mark the line I want to be plotted, all the others should be ignored.
In this case I cannot avoid the other lines to be printed, I'm writing a program that puts the ESP8266 to deep sleep, however, while the Atmel crowd just continues executing the next instruction when it wakes up the ESP8266 'reboots', and while rebooting there is no way (that I know) to stop them writing a few lines to Serial.
Even with settings Debug Port: Disabled and Debug Level: None every time my board wakes from deep sleep I got this on Serial

11:59:38.222 ->  
11:59:38.222 ->  ets Jan  8 2013,rst cause:2, boot mode:(3,6)
11:59:38.222 -> 
11:59:38.222 -> load 0x4010f000, len 3456, room 16 
11:59:38.262 -> tail 0
11:59:38.262 -> chksum 0x84
11:59:38.262 -> csum 0x84
11:59:38.262 -> va5432625
11:59:38.262 -> ~ld
11:59:38.262 -> V2
11:59:38.262 -> Mo
11:59:38.422 -> 98614.63

I only want to plot the value in the last line, of course.
So, I'd like to have an option to have to mark a line as 'interesting' in order for it to be plotted.
Something like 2 specific chars at the beginning of the line, something that I could choose that I know it does not come up in other lines.

thank you

@per1234
Copy link
Contributor

per1234 commented May 18, 2020

There is a request for the inverse (mark lines to ignore) here: #28

I realize that proposal wouldn't help with your use case, but I want to link the two related issues, since the discussion in one may provide information relevant to the other.

@per1234 per1234 transferred this issue from arduino/Arduino Nov 18, 2022
@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Nov 18, 2022
@per1234 per1234 changed the title Feature Request / IDE / Serial Plotter / Mark interesting lines Mark interesting lines Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

2 participants