Installation guide
166
sendtime={0|time}
The amount of idle time, in milliseconds, allowed before sending data
to the network. If no data is received on the serial port for the time
specified by this option, any buffered data will be sent on to the
network destinations. A value of 0 (zero) disables this trigger.
endpattern=string
If this string is set, any pattern match of data received from the serial
port will cause the data to be sent on to the network destinations. The
maximum length of this string is 32 characters, including escape
sequences for special characters. For more details on the escape
sequences, see "Entering Special Characters in String Values". The
maximum parsed length of this string is 4 characters. That is, this
string must reduce down to a 4-character string when the escape
sequences are processed.
strippattern={on|off}
Determines how the data specified by the “endpattern” option is
handled.
on
The endpattern that is found is stripped from the stream
before any data is to be sent on to the network destinations.
off
The endpattern is not stripped from the stream before data is
sent on to network destinations.
The default is "off."