Serial port
Configure Remote Access mode
LR54 User Guide
221
12. Click
Apply
to save the configuration and apply the change.
The
Apply
button is located at the top of the WebUI page. You may need to scroll to the top of
the page to locate it.
Command line
1. Select the device in Remote Manager and click
Actions
>
Open Console
, or log into the LR54
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Serial ports is enabled by default. To disable:
(config)> serial
port_number
enable false
(config)>
Command line examples in this section will use port1 for the serial port. However, any port
number can be used.
4. Set the mode:
(config)> serial port1 mode remoteaccess
(config)>
5. (Optional) Set a label that will be used when referring to this port.
(config)>serial port1 label
label
(config)>
6. Set the baud rate used by the device to which you want to connect:
(config)>serial port baudrate
rate
(config)>
7. Set the number of data bits used by the device to which you want to connect:
(config)>serial port databits
bits
(config)>