tcl.list-lines

Verb: Access/TCL, Releases: AP

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

Command Name Type Description
tcl.set-port Verb: Access Adjusts baud rate and communication parameters for specific port.
tcl.dcd_rp Verb: Access Displays character detect status.
tcl.dcd-off Verb: Access Invokes 'dcd' command with 'f' option.
tcl.xonoff Verb: Access Toggles xon/xoff or data set ready.
tcl.list-ports Verb: Access Displays port communication parameters.
tcl.:reset-async Verb: Access Resets current or all ports.
tcl.dtr-on Verb: Access Brings up dtr.
port.number Definition The port number associated with the process.
tcl.list.lines Verb: Access Invokes 'list-lines' command.
tcl.setport Verb: Access Sets all ports except 0 to 9600 baud, no parity, 1 stop, 8 bits.
tcl.ll_rp Verb: Access see 'list-lines'.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.