How to distinguish between local echo (TX) and received data (RX)?

If you have specific questions or problems with any of my Freeware applications, post them here.
Post Reply
zapta
Posts: 12
Joined: Tue Nov 07, 2023 9:19 am

How to distinguish between local echo (TX) and received data (RX)?

Post by zapta »

Is there a way to distinguish between local echo and received data? In the example below, the first 5 bytes are local echo and the other two where were received from the line.

Image
User avatar
roger
Site Admin
Posts: 434
Joined: Fri Apr 24, 2009 12:41 am
Contact:

Re: How to distinguish between local echo (TX) and received data (RX)?

Post by roger »

Hi,

there is no way to distinguish between received data and local echo in the regular display since the local echo data is added to the receive buffer at the time it is sent.
However, if you capture received data to a text file and enable the option to also capture the local echo, there is an option to include "Received" and "Sent" labels in capture files which let you distinguish between local echo and received data.

Roger
Post Reply