I have a liquid sensor and I want to find out the exact time when it activated, but I don't want to scroll all the way up and find it. It doesn't seem like I can ctrl f and find it. Does anyone have any suggestions on how to do this without ctrl f?
I moved your topic to an appropriate forum category @atomicalmond123.
In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.
Thanks in advance for your cooperation.
wow, it's been a while since the last time I read a topic and didn't understand anything.
I think I'm getting old.
I didn't understand anything about the explanation of this topic.
@ruilviana. You are not the only one worrying about getting old
.
I think @atomicalmond123 has a lot of data scrolled away on the serial monitor, probably time coded. They want do do a <ctrl>
F, search like in the IDE editor, to find a particular value instead of scrolling back and find it.
No, there is no such function in the IDE's Serial Monitor.
Hi @atomicalmond123.
That is correct. The Arduino IDE Serial Monitor does not have a "Find" feature. The Arduino developers are tracking the request to add such a feature here:
If you have a GitHub account, you can subscribe to that thread to get notifications of any new developments related to this subject:
Please only comment on the GitHub issue thread if you have new technical information that will assist with the resolution. General discussion and support requests are always welcome here on the Arduino Forum.
You might look for a standalone serial terminal application that has a "Find" capability. I normally recommend the free open source PuTTY terminal, but it does not have such a capability. It does have the ability to log the serial output to a file, which you could then open in any standard text editor, which will certainly have a "Find" capability.
The forum helpers might be able to suggest an alternative standalone terminal application that does have a "Find" capability. There are several other excellent free terminal applications but from my surveys it seems that they tend to be operating system-specific (the primary reason I give preference to PuTTY is that it is cross-platform). So it would be helpful if you would tell us which operating system (e.g., "Windows") you are using.
@atomicalmond123 - To capture Serial Monitor data (time, for example), CLOSE your IDE Serial Monitor and OPEN a terminal emulation program like PuTTY...
https://www.circuitbasics.com/logging-arduino-data-to-files-on-a-computer/
Some possible solutions
- Only print when the sensor became activated, not when the sensor is activated.
- Use a 3rd party terminal program that allows you search; in Windows coolterm might do the trick, not sure (can't test).
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.