Installation guide
58
ipaddress=ip address
The IP address of the network destination to which a connection will be
made.
ipport=ip port
The TCP port of the network destination to which a connection will be
made.
connect_on_string=string
When the value of the “trigger” option is string, this option specifies the
string that must be found in the serial data in order for a connection to
occur. 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 32 characters. That is, this string must reduce down
to a 32-character string when the escape sequences are processed.
flush_string={on|off}
Indicates whether the connect string, specified by the “connect_on_string”
option, is flushed or sent over the newly established connection.
on
The connect string is flushed.
off
The connect string is sent over the newly established connection.
The default is “on.”