User guide

set line
Chapter 2 Command Descriptions 151
otab={on|off}
Specifies handling of output tabs.
on
means that output tabs are converted to eight spaces.
off
Output tabs are not converted.
The default is "off."
parity={o|e|n|m|s}
The parity used for the line.
o
Odd parity.
e
Even parity.
n
No parity.
m
Mark parity.
s
Space parity.
The default is "n" (no parity).
range=range
The port or range of ports to which this command applies.
stopb={1|2}
The number of stop bits per character to use on this line. The value used
here must match the setting on the device connected to this port. Use 1
or 2 stop bits.
The default is 1 stop bit.
For serial lines configured with 5 data bits (“csize=5”) and 2 stop bits
(“stopb=2”), a value of 1.5 stop bits is automatically used, and overrides
any other value entered for this option.
Examples
Display serial line options
#> set line
Configure baud, parity, and stop bits
#> set line range=1 baud=150 parity=e stopb=2 csize=6
See also "revert" on page 79. The “revert line” option reverts the “set line”
configuration.
"set ports" on page 169.
"set flow" on page 116.