Serial port Advanced RealPort configuration without using the Digi Navigator
IX10 User Guide
241
n
Received
n
Transmitted
n
Both
n
Both with arrows. This is the default.
e. If you want to log the time at which date was received or transmitted, click the
Timestamps toggle to Enable.
f. If you want to log the data as hexadecimal values, click the Hexadecimal toggle to
Enable.
Note You can review the message log in the Serial Port Log page. See Review the serial
port message log.
9. Click Apply to save the configuration and apply the change.
Command line
1. Select the device in Remote Manager and click Actions > Open Console, or log into the IX10
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. The serial port is enabled by default. To disable:
(config)> serial port1 enable false
(config)>
4. Set the signal mode:
(config)> serial port1 signal mode value
(config)>
where value is one of:
Set the signaling interface type used on this serial port:
n
rs-232
n
rs-485
l
Enable termination if you want to enable electrical termination on this serial port:
(config)> serial port1 termination true
(config)>
The default is rs-232.
5. Set a label that will be used when referring to this port.
(config)> serial port1 label label
(config)>