===== Installation =====================================

Installation consists of copying PCL4C61.ZIP (or PCL4C.ZIP if registered)
to a work directory, unzipping the files, compiling and running one of
the example application programs such as SIMPLE.

Unzip the files by typing

   PKUNZIP PCL4C61.ZIP

From the command line, compile SIMPLE using one of the provided
makefiles.

  Microsoft: nmake -f simple._M_
    Borland: make -f simple._B_
     Watcom: wmake -f simple._W_
        MIX: pc/e simple.prj

Note for Borland Users: Use "maker" if running from DOS, or "make" if
running from a Windows DOS box.

Connect your serial port to a serial device (such as a modem) or to
another computer using a null modem cable. Then run SIMPLE.EXE. If
connected to a modem, typing AT should result in the modem replying with
OK.

For further information, refer to the PCL4C Users Manual (PCL4C_U.TXT),
PCL4C Reference Manual (PCL4C_R.TXT), or the RS-232 Reference Manual
(RS232.TXT).

