Installation guide
120
Syntax Set general serial options
set serial port={range|internalmodem|xbee}
[altpin={on|off}]
[baudrate=bps]
[databits ={5|6|7|8}]
[parity={none|even|odd|mark|space}]
[stopbits ={1|2}]
[flowcontrol={hardware|software|none|custom}]
[sigsonopen=(none|rtsdtr)]
[customflow={none|rtscts|dtrdsr|ixonixoff}]
Display current serial options
set serial [port=range]
Options port={range|internalmodem}xbee}
Used to specify the serial port. Optional on a single-port device. To
configure settings for an internal modem port, specify
“port=internalmodem” To configure settings for an XBee port, specify
“port=xbee.”
altpin={on|off}
Determines whether the altpin option, which swaps DCD with DSR so that
eight-wire RJ-45 cables can be used with modems, is used:
on
The altpin option is used.
off
The altpin option is not used.
The default is “off”.
baudrate=bps
The baud rate in bits per second. The default is 9600.
databits ={5|6|7|8}
The character size, which can be 5, 6, 7, or 8 bits. The default is 8.