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

Installation consists of copying PCL4C62.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 PCL4C62.ZIP

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

Microsoft C: nmake -f simple._M_
    Turbo C: make -f simple._T_    
  Borland C: make -f simple._B_
   Watcom C: wmake -f simple._W_
      MIX C: 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 Serial Communications Manual
(ASYNC.TXT).

