home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / rx_slip.zip / rxasync.doc < prev   
Text File  |  1994-05-23  |  2KB  |  54 lines

  1.  
  2.                                  RXASYNC
  3.  
  4.                        Version 1.5 - 23rd May 1994
  5.  
  6.  
  7.               Copyright (c) 1993, 1994 by Crucial Applications
  8.                            All rights reserved.
  9.  
  10.  
  11.     The enclosed REXX DLL comprises a set of functions which are used to to
  12.     extend the REXX language by providing FULL exposure of the ASYNC
  13.     communications API.  In addition a number of higher level functions are
  14.     also provided to simplify the task of enabling REXX to be used as a
  15.     scripting language for serial communications control.
  16.  
  17.     They are by no means perfect but do function sufficiently well for the
  18.     author who uses them to provide a means of automating the collection of
  19.     mail from the BBS.  If you have any comments or suggestions for
  20.     improvement then I'd be glad to hear from you.
  21.  
  22.     Documentation has never been one of my strong points, so in order to
  23.     alleviate some grief on my part and disk space on yours I have elected
  24.     not to include a seperate set of documentation.
  25.  
  26.     The reason for this will become obvious when you examine the source
  27.     code file (RXASYNC.c) which contains all the necessary information on
  28.     every function in the package including syntax and examples.
  29.  
  30.     Further details on the settings and parameter values returned from the
  31.     calls to the ASYNC API are present in the header file which includes
  32.     everything the standard OS/2 header file provides on the subject plus
  33.     all the missing (not to mention essential) definitions needed to
  34.     complete the picture.
  35.  
  36.     I do not expect novice users to be delving into this area too quickly,
  37.     if you are new to OS/2 or REXX then I'd like to suggest trying one or
  38.     two of the shareware OS/2 communications packages that provide
  39.     scripting facilities as these may well be of greater value to you.
  40.  
  41.     The author can be contacted (in order of preference) at:
  42.  
  43.          Bunyips Cave BBS    3:633/379
  44.  
  45.          Internet            itimms@ariel.ucs.unimelb.edu.au
  46.  
  47.          Compuserve          100236,1404
  48.  
  49.          Snail mail          Ian Timms,
  50.                              13 Cowper Street
  51.                              Footscray, Victoria,
  52.                              Australia, 3011
  53.  
  54.