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

If you have specific questions or problems with any of my Freeware applications, post them here.
Post Reply
pmi
Posts: 1
Joined: Sun Sep 14, 2025 10:54 am

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

Post 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!
User avatar
roger
Site Admin
Posts: 528
Joined: Fri Apr 24, 2009 12:41 am
Contact:

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

Post by roger »

Hi,

this is not currently possible.
User avatar
roger
Site Admin
Posts: 528
Joined: Fri Apr 24, 2009 12:41 am
Contact:

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

Post 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?
Post Reply