Sets and reports the terminal options for a TTY configuration of the 128-port asynchronous subsystem.
stty-cxma [ -a ] [ -g ] [ Option(s) ] [ ttyName ]
If no flags or options are specified, the stty-cxma command reports all 128-port special driver settings and modem signals, as well as all standard parameters reported by the stty command for the tty device that is the current standard input.
The ttyName parameter can be specified to set or report options for a tty device for other than the standard input. The ttyName parameter can be a simple tty name, such as tty0, or can be prefixed by /dev/, such as /dev/tty0. This option may be used on a modem control line when no carrier is present.
Further options can be specified to change flow control settings, set transparent print options, force modem control lines, and display all tty settings. Unrecognized options are passed to the stty command for interpretation.
-a | Writes all the unique 128-port settings as well as all the standard tty settings reported by stty -a to standard output. |
-g | Writes option settings to standard output in a form usable by another stty command. |
The following options specify transient actions to be performed immediately:
break | Sends a 250 MS break signal out on the tty line. |
flush | Discards tty input and output immediately. |
flushin | Discards tty input only. |
flushout | Discards tty output only. |
The actions specified by the following options are in effect until the device is closed. The next time the device is opened, default values are used.
edelay n | Sets the rate at which the128-port asynchronous adapter wakes up the driver on input. The adapter wakes the driver every n milliseconds. The default value is 100 milliseconds. |
fastbaud | Alters the baud rate table, so 50 baud becomes 57600 baud. |
-fastbaud | Restores the baud rate table, so 57500 baud becomes 50 baud. |
fastcook | Performs cooked output processing on the128-port asynchronous adapter to reduce host CPU usage and increase raw mode input performance. |
-fastcook | Disables cooked output processing. |
forcedcd | Disables carrier sense, so the tty may be opened and used even when the carrier is not present. |
-forcedcd | Reenables carrier sense. |
maxchar n | Sets the maximum number of transparent print characters the driver places in the output queue. Reducing this number increases system overhead; increasing this number delays operator keystroke echo times when the transparent printer is in use. The default value is 50 characters. |
maxcps n | Sets the maximum CPS (characters per second) rate at which characters are output to the transparent print device. The rate chosen should be just below the average print speed. If the number is too low, printer speed is reduced. If the number is too high, the printer resorts to flow control, and user entry on the CRT is impaired accordingly. The default value is 100 CPS. |
offstr s | Sets the CRT escape sequence to turn transparent print off. An arbitrary octal character xxx may be given as \xxx. |
onstr s | Sets the CRT escape sequence to turn transparent print on. An arbitrary octal character xxx may be given as \xxx. |
rtspace | Enables RTS hardware input flow control, so RTS drops to pause remote transmission. |
-rtspace | Disables RTS hardware input flow control. |
startc c | Sets the XON flow control character. The character may be given as a decimal, octal, or hexadecimal number. |
stopc c | Sets the XOFF flow control character. The character may be given as a decimal, octal, or hexadecimal number. |
term t | Sets the transparent printer on and off strings to values specified in the internal default table. Internal defaults are used for the following terminals:adm31, ansi, dg200, dg210, hz1500, mc5, microterm, multiterm, pcterm, tvi, vp-a2, vp-60, vt52, vt100, vt220, wyse30, wyse50, wyse60, or wyse75. If the terminal type is not found in the internal default table, the transparent print on and off strings are set to the values specified by the po and pf attributes in the termcap file. |
stty-cxma -a tty0
stty-cxma altpin tty3This command interchanges the location of the DSR and DCD inputs on the modular connector.
/usr/ebin/tty/stty-cxma | Contains the stty-cxma command. |
The stty command.