Serial port Advanced RealPort configuration without using the Digi Navigator
Digi Connect EZ Mini User Guide
168
(config)> serial port1 full_duplex true
(config)>
The default is rs-232.
7. Enable Altpin to use the Altpin feature. Altpin is disabled by default.
(config)> serial port1 altpin true
(config)>
This feature should be enabled when you are using a modem and an 8-pin cable and you need
CD(Carrier Detect). When enabled, the DTR on pin 1 drives DCD.
If altpin is disabled, the hardware signal on RJ45 pin 1 becomes DSR instead of DCD. This
alternative can be used if DCD is not required, and DSR is needed instead.
8. Set a label that will be used when referring to this port.
(config)> serial port1 label label
(config)>
9. (Optional) Set a label that will be used when referring to this port.
(config)> serial port1 label label
(config)>
10. Configure serial port logging:
a. Enable serial port logging:
(config)>serial port1 logging enable true
(config)>
b. Set the file name:
(config)>serial port1 logging filename string
(config)>
c. Set the maximum allowed log size for the serial port log when starting the log:
(config)>serial port1 logging size value
(config)>
where value is the size of the log file in bytes. The default is 65536.
d. Specify the data type:
(config)>serial port1 logging type value
(config)>
where value is one of:
n received
n transmitted
n both
n arrows. This is the default.