EOL sequence
Yet Another Terminal :: Serial Communication :: Engineer/Test/Debug
Brought to you by:
maettu_this,
y-a-terminal
Hello!
I'd like to set an EOL sequence in the following way:
at the end of the message, I get <etx> and 1 byte for checksum. The
check sum can be different for each message (it depends on a content of
a message). So, for EOL sequence I'd like to set :</etx>
<etx> + 1byte for wildcard (any character)</etx>
Can this be set in YAT? I couldn't find it in help...
Thanks and best regards.
Tomaz
Hi,
YAT doesn't offer a CRC enriched EOL out of the box yet. You may raise a feature request here.
But you can disable the EOL, or use the
\!(NoEOL)keyword to suppress EOL, and instead tell YAT to inject the CRC with the\!(CRC)keyword and append<ETX>on sending.Best regards,
Matthias