The LINE-PROTOCOL command displays line characteristics of specified lines.
Format
LINE-PROTOCOL [m [-n]] [(P)] |
Parameter(s)
m |
Beginning line number. |
n |
Ending line number. |
Description
A sample display of line characteristics is shown below:
>LINE-PROTOCOL 0-2 |
|||||||||||
LINE |
BAUD |
PAR |
BITS |
INPUT-FLOW |
OUTPUT-FLOW |
CTS |
DSR |
BELL |
BKEY |
WRAP |
PRCS |
000 |
9600 |
E |
7 |
XI=<13><11> |
XO=<13><11> |
1 |
1 |
<07> |
0FF |
0FF |
000 |
001 |
19200 |
N |
8 |
CTS |
DTR |
- |
1 |
0FF |
<07> |
ON |
001*A |
002 |
1200 |
O |
7 |
XI=<15><06> |
XO=<13><11> |
0 |
0 |
<08> |
OFF |
ON |
005 |
Line characteristic fields are as follows:
Field |
Description |
LINE |
Line number of the port |
BAUD |
Receive/Transmission Rate |
PAR |
Parity: Even (E), Odd (O), Mark (M), Space (S), None (N) |
BITS |
Number of bits |
INPUT-FLOW |
Type of input flow control in force:
|
OUTPUT-FLOW |
Type of output flow control in force:
|
CTS |
Output level of CTS (Clear-To-Send) line is displayed: 1 if the level is high, 0 if it is low. If CTS is used as INPUT-FLOW Control, - is displayed. |
DSR |
Output level of DSR (Data Set Ready) line is displayed: 1 if the level is high, 0 if it is low. |
BELL |
If the BELL feature is enabled, the ASCII code for the BELL character is displayed. If the BELL feature is disabled, OFF is displayed. |
BKEY |
If an ALTERNATE BREAK KEY is defined, the ASCII code for that character is displayed. If the ALTERNATE BREAK KEY is disabled, OFF is displayed. |
WRAP |
The display indicates whether the type-ahead wrap feature is enabled (ON) or disabled (OFF). |
PRCS |
If the line is linked to a process, the process number is displayed. If the line is attached to a process, the process number is displayed along with an A. If neither of the above cases hold true, the process field is empty. A * is always displayed next to the user's process number. |
NOTE |
Characteristics primarily associated with processes may be displayed using PROCESS-STATUS (see PROCESS-STATUS Command). |