home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / SOFTWARE / LIBS / PCL4C43.ZIP / PCL4C.DOC (.txt) < prev    next >
Text File  |  1995-03-29  |  5KB  |  108 lines

  1.                         *** SHAREWARE DOCUMENTATION ***
  2.  
  3.  
  4.          The Personal Communications Library for the C Language (  PCL4C  )
  5.          is an asynchronous communications library designed for experienced
  6.          software   developers   programming  in  C.   Five  compilers  are
  7.          supported: Microsoft Optimizing C, Microsoft Quick C,  Borland  C,
  8.          Turbo  C,  and  MIX Power C.  An IBM PC/XT/AT or compatible or IBM
  9.          PS/2 is required.  The Personal Communications Library takes  less
  10.          than 8K bytes and features:
  11.  
  12.           o  SMALL, COMPACT, MEDIUM & LARGE memory models.
  13.           o  37 communication and support functions.
  14.           o  Interrupt driven receiver & (optionally) transmitter.
  15.           o  Supports high performance 16550 UART.
  16.           o  Supports the PC/4 and PC/8 DigiBoard.
  17.           o  Supports the BB1004, BB1008, and BB2016 BOCA boards.
  18.           o  Hardware (RTS/CTS) flow control.
  19.           o  300 baud to 115,200 baud.
  20.           o  COM1 through COM16 defined.
  21.           o  Adjustable receive queues from 8 bytes to 32 KB.
  22.           o  Control-BREAK error exit.
  23.           o  18 communication error conditions trapped.
  24.           o  4 ports can run concurrently (more with multiport boards).
  25.           o  Complete modem control & status.
  26.           o  Written in assembly language for small size & high speed.
  27.  
  28.          Two example programs ( source code ) are provided along  with  the
  29.          small and large model library makefiles.
  30.  
  31.          (1)  SIMPLE  is an extremely simple terminal emulator program.  It
  32.          is provided as the smallest and easiest to understand  example  of
  33.          communications programming using PCL4C.
  34.  
  35.          (2)  TERM  is  a  more  capable terminal emulator than SIMPLE.  It
  36.          functions as a dumb terminal emulator but can exchange files using
  37.          XMODEM (Standard XMODEM, XMODEM-CRC, and XMODEM-1K  )  and  YMODEM
  38.          (Standard  and  YMODEM-G) communication protocols.  TERM will also
  39.          send an initialization string to your Hayes compatible modem. TERM
  40.          is in the PPL4C10.ZIP file.
  41.  
  42.          The shareware distribution includes the  small  and  large  memory
  43.          model  libraries  PCL4C_S.LIB  and PCL4C_L.LIB and the small model
  44.          MIX library PCL_S.MIX.  All example source code is included.
  45.  
  46.          For more information, refer to the Personal Communications Library
  47.          Users Manual ( PCL4C.USR )  and  Personal  Communications  Library
  48.          Reference Manual ( PCL4C.REF ).
  49.  
  50.  
  51.                         *** Registration ***
  52.  
  53.  
  54.          The shareware version  of  PCL4C  is  provided  so  that  you  may
  55.          personally  determine  the usefulness of the product for yourself.
  56.          If you wish to register PCL4C, please send $65  plus  $3  S&H  ($6
  57.          outside of North America) to:
  58.  
  59.                 MarshallSoft Computing, Inc.
  60.                 Post Office Box  4543
  61.                 Huntsville AL 35815
  62.  
  63.                 Voice  205-881-4630
  64.                 FAX    205-881-4630
  65.                 BBS    205-880-9748
  66.  
  67.          We accept  American  Express  (account  number,  expiration  date,
  68.          exact  name  on  your  card,  and  complete  AmEx  billing address
  69.          required), checks in US dollars  drawn  on  a  US  bank,  purchase
  70.          orders  (POs)  from  recognized US schools and companies listed in
  71.          Dun &  Bradstreet,  and  COD  (street  address  and  phone  number
  72.          required)  within  the USA (plus a $3 COD charge).  Print the file
  73.          INVOICE.DOC if an invoice is needed.
  74.  
  75.          You can also order PCL4C from The Public  Software  Library  (PSL)
  76.          with your MC, Visa, AmEx, or Discover card by calling 800-242-4PSL
  77.          (from  overseas:  713-524-6394)  or  by  FAX at 713-524-6398 or by
  78.          CompuServe at [71355,470].  The product number for PCL4C is 10908.
  79.  
  80.          If  you  wish  to  update from an older version of PCL4C, send $15
  81.          plus $3 S&H ($6  outside  of  North  America).   Updates  must  be
  82.          ordered directly from MarshallSoft Computing.
  83.  
  84.          The registered package includes:
  85.  
  86.          o  Small,Compact,Medium, & Large libs w/o shareware screens.
  87.          o  Assembler source code for the library.
  88.          o  Laser printed Users and Reference Manuals.
  89.          o  Telephone, FAX, and BBS support for one year.
  90.          o  Script compiler and interpreter.
  91.          o  EXAMPORT  -- Free utility which displays a detailed  formatted
  92.             report  for  any serial port.
  93.  
  94.          Print the file INVOICE.DOC if an invoice is needed. The registered
  95.          user  will  receive the latest version of PCL4C shipped by two day
  96.          priority mail (packet airmail  overseas).
  97.  
  98.          PCL4C.ASM  is  the source code for the library. The source code is
  99.          copyrighted by MarshallSoft Computing, Inc. The user is granted  a
  100.          license  to use the PCL4C object code in his own application only.
  101.          PCL4C.ASM is not shareware and may not be sold or  given  away  to
  102.          anyone.
  103.  
  104.          The  registered  user  will receive the latest version of PCL4C by
  105.          return mail.   A 3.5" diskette is provided unless a 5.25" diskette
  106.          is requested.
  107.  
  108.