Page 1 of 1

Is it possible to annotage the data stream in real time?

Posted: Sun Sep 14, 2025 4:53 pm
by pmi
Is there a way to annotate the display of data coming from the serial port? For example, I am running a test and it would be helpful to place a marker at the point in the data stream so when the test starts I can scroll back to the start of the data and look through each line to find the bug.

Thanks!

Re: Is it possible to annotage the data stream in real time?

Posted: Sun Sep 14, 2025 8:26 pm
by roger
Hi,

this is not currently possible.

Re: Is it possible to annotage the data stream in real time?

Posted: Wed Sep 17, 2025 10:25 am
by roger
It is possible to add timestamps to the received data. if you make note of the timestamp when the test starts, you can find it in the data later by looking for the particular timestamp. Perhaps that works for what you need?