Page 48
Ÿ
Command Reference
xona=
value
Use to set the auxiliary XON Character you prefer. Default=
^Q
(<Ctrl-Q>)
xoffa=
value
Use to set the auxiliary XOFF Character you prefer. Default=^S (<Ctrl-S>)
line
Syntax:
set line
option=value
Use
line
to view or modify serial line parameters. Use
set line range=
to specify a single
port or group of ports. Options are:
baud
break
csize
error
inpck
istrip
onlcr
otab
parity
range
save
stopb
Each of the preceding will have their own options, as outlined in the following descriptions.
(More than one option can be included in a command.)
baud=
baudrate
Use to set the baud rate for the port. Legal values are:
50
600
3600
19200
110
1200
4800
38400
150
1800
7200
57600
300
2400
9600
break=ignore
|
send
|
escape
Used to ignore (default), or send an escape sequence when a telnet break command
is seen.
csize=5
|
6
|
7
|
8
Sets the Character size. Can be 5, 6, 7 or 8 bits per character. Default=
8
error=ignore
|
null
|
parmk
|
dos
Tells the PortServer software what to do with parity errors. It can ignore the error
(default), change the error character to a null, or mark the error with an FF.
inpck=on
|
off
Turn on or off input parity checking. Default=
off
istrip=on
|
off
When ON, strips the high order bit in each byte. Default=
off