You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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.
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
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
The text was updated successfully, but these errors were encountered: