User guide

set udpserial
Chapter 2 Command Descriptions 229
Examples Discard the message when the buffer fills
In this example, the serial message will be forwarded to the destination
when two consecutive tab characters are encountered in the data stream. If
the buffer fills before this delimiter string is encountered, the message is
discarded.
#> set udpserial range=1 delimiter=\t\t overflowpolicy=flush
Configure the wait period
In this example, the time to wait for the end of a message is configured for
200 milliseconds, which doubles the default value.
#> set udpserial range=1 rtime=200
See also "revert" on page 79. The “revert udpserial” option reverts the
“set udpserial” configuration.
"set udpdest" on page 225.