Installation guide
156
sid={on|off}
Determines how the socket ID (SID) string in the “sidstring” option is
handled.
on
The value for the “sidstring” option is sent to the network
destination right before the first data bytes are sent to the
network.
off
The value for the “sidstring” option is not sent to the
network destination.
The default is "off."
sidstring=socketid string
When the “sid” option is set to on, this string is sent to the network
destination right before the first data bytes are sent to the network.
The maximum length of this string is 32 characters, including escape
sequences for special characters. The maximum parsed length of this
string is 32 characters. That is, this string must reduce down to a 32-
character string when the escape sequences are processed. For more
details on the escape sequences, see "Entering Special Characters in
String Values".
buffered={on|off}
Turning on this feature on allows controlling how serial data is sent
out to the network. The “sendcount,” “sendtime,” “endpattern,” and
“strippattern” options are used to control how data is sent out once
the “buffered” option is set to “on.” The default is “off.”
sendcount=1-65535 (bytes)
Indicates that data from the serial port should be sent out to the
network after buffering the given number of bytes. This option only
is valid when the “buffered” option is “on.” The default is 1024 bytes.