list-lines

list-lines


list-jobs Index Level list-lists
Syntax list-lines {(options}
Category TCL
Type Verb
Description Displays communications protocol information for every port attached to the virtual machine.

The report includes the following headings:

"Line#" is the pib or port.number.

"Baud/rt" is the baud rate of the port.

"Parity" is the state of parity: none, even or odd.

"Stop" is the number of stop bits.

"Data" is the number of data bits.

"DCD" is the data carrier detect status, ON or OFF.

"Xon/off" is the state of flow control, ENABLED or DISABLED.

"TTY" is the Unix tty device attached to the port.

On Unix Implementations, the Unix device name is also displayed.
Options
See Also set-port dcd (R83) dcd-off xonoff list-ports (R83) :reset-async dtr-on port.number list.lines setport ll (R83)
Example list-lines
Line# Baud/rt Parity  Stop  Data  DCD Xon/off       TTY
0     9600     NONE     1     8  OFF   enabled   /dev/tty0
1                                OFF                      
2     9600     NONE     1     8  OFF   enabled   /dev/tty2
3     9600     NONE     1     8  OFF   enabled   /dev/tty3
4     9600     NONE     1     8  OFF   enabled   /dev/tty4
Warnings If the process is not connected to the virtual machine, "list-lines" fails to report the terminal setting.
Compatibility D3 7.0 AP
list-jobs Index Level list-lists