home *** CD-ROM | disk | FTP | other *** search
/ PC Media 7 / PC MEDIA CD07.iso / share / prog / asyncmsc / readmems < prev    next >
Encoding:
Text File  |  1993-03-10  |  6.8 KB  |  182 lines

  1.                             Chapter 1 Introduction
  2.  
  3.      This package of asynchronous communications tools for IBM (COM1 - COM4)
  4. and Digiboard (intelligent communications hardware, up to 32 ports) hardware,
  5. consists of library (.LIB) files for each memory model and for both IBM and
  6. Digiboard hardware.  It also includes all of the source files, header files
  7. (with prototypes) and MAKE files needed to generate the various libraries.
  8. Batch files are included for calling make with appropriate flags for each
  9. supported compiler.
  10.  
  11.      The "shareware" version is configured for the MSC compiler in .LIB format,
  12. and comes with the small memory model library only (ASYNCS.LIB). Header files
  13. with module prototypes for the library routines are included, as well as TEST.C
  14. for testing the modules on your system. No other source code is provided with
  15. the shareware version or support for Digiboard hardware.
  16.  
  17.      Also included are useful demonstration utilities as described in the
  18. manual.
  19.  
  20.      A working knowledge of 'C' and operation of your compiler is assumed.
  21.  
  22.      Becoming a registered user will provide full source code to every module,
  23. make files, support for other C compilers (Zortech, MSC, QuickC), 3 more
  24. utility programs, and a bound laser printed manual. There is also full support
  25. for Digiboard communications boards which will allow up to 32 ports on your PC.
  26. You will also be put on our registered users list and receive upgrade
  27. notification whenever new, expanded versions become available.
  28.  
  29.      To register, fill out the following form and send a check for $45 to
  30.  
  31.                Nordtech Research, Inc.
  32.                P.O. Box 1011
  33.                1608 North Fourth
  34.                Fairfield, Iowa 52556
  35. OR CALL
  36.                (800) 274-7820
  37.                (515) 472-7820
  38. OR FAX
  39.                (515) 472-3524
  40.                
  41. OR VIA COMPUSERVE MAIL 
  42.                 73200,2371
  43.  
  44.      You may also register via Compuserve's built in shareware registration
  45. system.  To access this system type at any Compuserve prompt: GO SWREG and
  46. follow the instructions.  The name of the file you want to register is
  47. ASYNC30M.ZIP.
  48.  
  49.      You can pay with Visa or Mastercard.  Provide your card number and 
  50. expiration date.  Make sure you include the spelling of the name on the Visa
  51. or Mastercard.  Please include your shipping address.
  52.  
  53.      If you desire to use these tools as is, have no need for the source code,
  54. Digiboard support, or a printed manual, then a fee of $15 should be sent to the
  55. above address.  This will also put you on our mailing list for announcements of
  56. other products.
  57.  
  58.  
  59.                           HERE'S HOW SHAREWARE WORKS:
  60.  
  61.      You are encouraged to copy ASYNC30M.ZIP file and share it freely with others.
  62. You have the luxury of trying out the library and DATAMON program at your own
  63. pace and in the comfort of your own home or workplace.
  64.  
  65.      If, after trying out the library, you decide to continue to use them, you
  66. are trusted to purchase the Asynchronous Toolbox from the program's author, or
  67. from an authorized dealer.
  68.  
  69.      Why pay at all?
  70.  
  71.      * You receive a CURRENT copy of the program
  72.      * You receive a laser printed manual
  73.      * One year of technical support - by phone or written
  74.      * Notification of updates (and fixes, if required)
  75.      * Inexpensive upgrade offers
  76.      * Notification of new products
  77.      * Periodic offers and "deals" (for our customers only)
  78.      * Your input and ideas help shape future product
  79.  
  80.      * A sense of pride and ownership, in having honestly participated in the
  81.      Shareware revolution
  82.  
  83.      * You help to keep software prices down, by supporting a distribution
  84.      method which doesn't rely on expensive advertising campaigns.
  85.  
  86.      So please dive in and enjoy the fun of legally sharing good software with
  87. your friends and associates. But also be aware of the following restrictions,
  88. designed to protect the community of Shareware users and authors, and to
  89. prevent greedy people from taking unfair advantage of the trust, hard work, and
  90. good will of Shareware authors:
  91.  
  92.      1. No price or consideration may be charged. However, a distribution cost
  93. may be charged for the cost of the diskettes, shipping, and handling, not to
  94. exceed $10 total.
  95.  
  96.      2. You may use the libraries to create your own programs with no licensing
  97. fee.
  98.  
  99.      3. You may modify any of the source programs or use part of them to create
  100. your own programs. You may not make minor changes and then sell the new
  101. version.  4. The programs cannot be "rented" or "leased" to others.
  102.  
  103.      5. The printed manual cannot be copied or reproduced in any way.
  104.  
  105.                       Asynchronous Communications Toolbox
  106.  
  107.  
  108.                                    ORDER FORM
  109.  
  110.                   $60.00 for tools, source code, laser manual
  111.  
  112.  
  113.                                     Mail To:
  114.  
  115.                             Nordtech Research, Inc.
  116.                                  P.O. Box 1011
  117.                                1608 North Fourth
  118.                              Fairfield, Iowa  52556
  119.                                  (800) 274-7820
  120.                                  (515) 472-7820
  121.  
  122. Your Name:
  123.  
  124. Company Name:
  125.  
  126. Street Address:
  127.  
  128.  
  129.  
  130. City, State, Zip:
  131.  
  132. Phone:
  133.  
  134. Compuserve ID:
  135.  
  136. Circle One:  Visa  Mastercard  Check
  137.  
  138. Credit Card Number:
  139.  
  140. Expiration Date:
  141.  
  142. Signature:
  143.  
  144. Chapter 2 
  145.                                   Installation
  146.  
  147. 2.1 Shareware Version
  148.  
  149.      The shareware version contains only the MSC small memory model library
  150. (ASYNCS.LIB), include files (*.h), and DATAMON.EXE (a nifty data line monitor
  151. program for debugging and testing RS-232 devices).  All files are compressed
  152. together into ASYNC30M.ZIP.
  153.  
  154.      First copy ASYNC30M.ZIP to the subdirectory where your C source files are
  155. kept.  Then type PKUNZIP ASYNC to uncompress the files.
  156.  
  157.      Copy ASYNCS.LIB to your \c600\LIB subdirectory.
  158.  
  159.      Copy *.H files to \c600\INCLUDE subdirectory.
  160.  
  161.      Print out the documentation for these tools (ASYNC.TXT).  ASYNC.TXT and
  162. README (this file) can be printed by typing PRINT ASYNC.TXT (or README).
  163.  
  164.      The shareware manual is approximately 35 pages long.
  165.  
  166.      Follow instructions in the manual to test your installation with a simple
  167. communications test program (TEST.C).
  168.  
  169. Chapter 3 
  170.                     Products/Services from Nordtech Research
  171.  
  172. 3.1 Consulting Services
  173.  
  174.      Nordtech Research specializes in communications software development.  Our
  175. services can be obtained for large and small software development projects and
  176. for phone questions.
  177.  
  178.      Phone questions can be billed to your Visa/MasterCard at the rate of $1.25
  179. per minute (as of Mar 1990).  Longer term projects can be done on a fixed price
  180. basis if suitable specifications for the project are available, or on an hourly
  181. rate of $60/hour (as of Mar 1990).
  182.