Digi IX10 User Manual page 113

Hide thumbs Also See for IX10:
Table of Contents

Advertisement

Serial port
4. Set the mode:
(config)> serial port1 mode mode
(config)>
where mode is either:
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
n
Python to access serial ports
access the serial port.
modbus: Allows you to use the serial port for Modbus.
n
The default is login.
5. (Optional) Set a label that will be used when referring to this port.
(config)> serial port1 label label
(config)>
6. If mode is set to login or remote:
a. Set the baud rate used by the device to which you want to connect:
(config)> serial port1 baudrate rate
(config)>
b. Set the number of data bits used by the device to which you want to connect:
(config)> serial port1 databits bits
(config)>
c. Set the type of parity used by the device to which you want to connect:
(config)> serial port1 parity parity
(config)>
Allowed values are:
n
n
n
The default is none.
d. Set the stop bits used by the device to which you want to connect:
(config)> serial port1 stopbits bits
(config)>
e. Set the type of flow control used by the device to which you want to connect:
(config)> serial port1 flow type
(config)
IX10 User Guide
even
odd
none
for information about creating Python applications that
Configure the serial port
Use
113

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents