SOFTWARE REFERENCE
-.
-.
You will have to read your printer manual to determine
the type
of
flow control required, and how to wire up the
cable between the computer and the printer. The flow
-.
control is usually one
of
two types: XON-XOFF,
or
hardware lines '
-.
-.
Under XON-XOFF flow control, a device sends an XON
character
(DCl,
or
11
hexadecimal in the ASCII table) to
-.
indicate that
it
can receive data, and an XOFF (DC3,
or
13
hexadecimal) to indicate that it cannot receive data.
If
you specify the flag TXON, INTRUPT.SYS will stop
-.
sending
if
it receives an XOFF, and will start sending
-.
when
it
receives an XON character. Ifyou specify
RXON, INTRUPT.SYS will send an XOFF character
-.
when
it
cannot receive any more characters, and will send
an
XON
when
it
is able to receive again.
-.
Note: Some printers send xon
or
xoff
characters
continuously when the computer is not sending
to
them.
-.
This can cause a 10 to
20
% loss o/performance by the
at, as
it
has to keep handling the spurious characters.
It
is
-.
suggested that you turn
off
such printers when not in use.
-.
The other five flags are concerned with hardware flow
control; i.e. they relate to the physical wires on your
cable.
If
you specify
DeD,
DSR or crs then the
corresponding signal must be TRUE (also referred to as
HIGH, ASSERTED, and ON) before the computer will
send data. Conversely,
if
you specify RTS, the computer
will set R
TS
HIGH whenever it wants to send data.
If
you specify DTR, then
it
will set
DTR
TRUE whenever it
is ready to receive data, and set it FALSE whenever it
cannot receive.
-.
Page
81
-.