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

Installation consists of copying WSC4C23.ZIP to a work directory,
unzipping the files, running INSTALL.BAT, and compiling and running one
of the example application programs such as SIMPLE.

Unzip the files by typing

   PKUNZIP WSC4C23.ZIP

Run the INSTALL.BAT batch file, which will copy the correct LIBs and DLLs
for your compiler.

Verify that your compiler command line tools are properly installed. From
the command line, compile SIMPLE using one of the provided makefiles.

For WIN32 (WinNT or Win95):

  Microsoft: nmake -f simple32._M_
    Borland: make -f simple32._B_
     Watcom: nmake -f simple32._M_ 

For WIN16 (Win 3.1):

  Microsoft: nmake -f simple16._M_
    Borland: make -f simple16._B_
     Watcom: wmake -f simple16._W_

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.
