tcl.list-lines
Lists all port baudrates, parity, bits setup.
Syntax
list-lines {(options}
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.
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
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
