Serial port
Configure Remote Access mode
LR54 User Guide
223
For example, to set
idle_timeout
to ten minutes, enter either
10m
or
600s
:
(config)>serial port1 idle_timeout 600s
(config)
The default is
15m
.
12. Configure monitor settings.
a. (Optional) Enable monitoring of CTS (Clear to Send) changes on this port:
(config)>serial port1 monitor cts true
(config)
b. (Optional) Enable monitoring of DCD (Data Carrier Detect) changes on this port:
(config)>serial port1 monitor dcd true
(config)
13. (Optional) Configure autoconnect:
a. Enable autoconnect:
(config)>serial port1 autoconnect enable true
(config)>
b. Set the option that will trigger the connection:
(config)>serial port1 autoconnect trigger
value
(config)>
where
value
is one of:
n
always
n
data
n
dcd
n
destination
n
dsr
n
match
If
match
is selected:
i. Set the string that, when received, will trigger the connection:
(config)>serial port1 autoconnect match_string
string
(config)>
ii.
flush_string
is enabled by default, which will discard the matched string from
data sent to the server. To disable:
(config)>serial port1 autoconnect flush_string false
(config)>
The default is
always
.
c. Set the option that initiates the connection: