Installation manual

ISI3334/4 Hardware/Driver Installation Manual
36
Table 3-6 (cont’d)
Command-line
Options Feature
-n tty Specifies the tty port. If tty is not specified,
then the operation is carried on the standard
input terminal.
-B high/low “-B high” sets the ISI port baud rate to the
high settings (see the conversion table
below). “-B low” returns the ISI port to
standard UNIXWare baud settings.
UNIX Specifies Port Hardware Operates at:
300 bps 57600 bps
1200 bps 115200 bps
-f cts/nocts “-f cts” forces hardware flow control on the
ISI port, overruling application software
settings where applicable. “-f nocts” allows
the hardware flow control setting to be
determined by the application software.
-s string Sets the “on” and “off” strings for
transparent printing. These strings must be
specified in the same order and both strings
must be specified. Unprintable control
characters must be entered as three octal
digits with padded zeros, if necessary, and
be preceded by a "\".
For example, the escape character can b
entered as \033. The “on” and “off” strings
can be specified within the quotes as a
string or as two strings separated by a
comma.
-s “\022\011C \022\011\D
or
-s “\022\011C”, “\022\011\D”