Serial port Configure the serial port
Digi Connect IT® 16/48 User Guide
165
Command line
1. Log into the Connect IT 16/48 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. The serial port is enabled by default. To disable:
(config)> serial port1 enable false
4. Set the mode:
(config)> serial port1 mode mode
where mode is either:
n login: Allows the user to log into the device through the serial port.
n remote: Allows for remote access to another device that is connected to the serial port.
n application: Provides access to the serial device from Python applications. See Add a
USB console port for information about creating serial ports in Application mode.
n powerman: Allows you to configure the port for use with a power controller. See
Configure Remote Power Management.
The default is login.
5. (Optional) Set a label that will be used when referring to this port.
(config)> serial port1 label label
6. Set the baud rate used by the device to which you want to connect:
(config)> serial port1 baudrate rate
7. Set the number of data bits used by the device to which you want to connect:
(config)> serial port1 databits bits
8. Set the type of parity used by the device to which you want to connect:
(config)> serial port1 parity parity
Allowed values are:
n even
n odd
n none
The default is none.
9. Set the stop bits used by the device to which you want to connect:
(config)> serial port1 stopbits bits