User guide

set line
Chapter 2 Command Descriptions 149
set line
Device support This command is supported in all devices.
Purpose Configures or displays options associated with a serial line.
Required
permissions
The root user can configure line options. Normal users can display line
options.
Syntax Configure line options
set line [baud=bps]
[break={ignore|send|escape}]
[csize={5|6|7|8}]
[error={ignore|null|parmrk|dos}]
[inpck={on|off}]
[istrip={on|off}]
[onlcr={on|off}]
[otab={on|off}]
[parity={o|e|n|m|s}]
[range=range]
[stopb={1|2}]
Display line options
set line [range=range]
Options baud=bps
The line speed (bps) for this line. Use one of the following values: 50, 75,
110, 134, 150, 200, 300, 600, 1200, 1800, 2400, 4800, 9600, 14400,
19200, 28800, 38400, 57600, 115200, 230400. In addition,
PortServer TS 8/16 Family devices support 100, 3600, and 460800 bps.
The default is 9600.
break={ignore|send|escape}
Specifies how the Telnet break signal is handled.
ignore
The Telnet break signal is ignored.
send
Send the Telnet break signal on the serial line when the device server
receives a break signal.
escape
Send the escape sequence on the serial line when the device server
receives a break signal.
The default is "ignore."
csize={5|6|7|8}
The character size, which can be 5, 6, 7, or 8 bits. The default is 8.