home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / rexx / library2 / rxcomm / read.me next >
Text File  |  1990-12-23  |  2KB  |  39 lines

  1.                            RxComm.DLL
  2.  
  3.   With the advent of OS/2 1.2 Extended Edition, IBM began including a
  4. new script language for OS/2 - REXX.  REXX has been available on VM
  5. and the Amiga for years, and is a GREAT prototyping language.
  6.  
  7.   Since I am always tinkering with some communications, I decided to
  8. write some routines to interface REXX to the serial port.  I did not
  9. get to far into the project (about 2 hours!) when I decided that the 
  10. performance of the REXX interpreter in OS/2 was just to poor to 
  11. support REAL-TIME serial communications. 
  12.  
  13.   I still use the routines occasionally to beta a comm product - we
  14. designed our original serial LAN interface using this, and I cannot
  15. wait until OS/2 2.0 (with REXX) when the performace *should* be much
  16. better.
  17.  
  18.   I am releasing this code (source and executable) into the public 
  19. domain so others can see how easy it is to write REXX extensions.
  20. Note that it does require the IBM toolkit, but I do use Microsoft
  21. C.  (Actually, all it requires from the IBM toolkit is REALLY
  22. the REXXSAA.h file - the library is not really used).
  23.  
  24.   If there are any questions about this code, I can be reached at:
  25.  
  26.                                 Mark C. Smith                           
  27.                                 2638 Marrietta                          
  28.                                 Farmersvilles, Tx 75234                 
  29.                                                                      
  30.                                 214/484-4470                            
  31.  
  32. I accept NO responsibilty for the code not working, crashing etc.  It
  33. was only tested briefly, and not designed for REAL intensive work.
  34. It is re-entrant, so it may be used from more than one session at one
  35. time (I think).
  36.  
  37.  
  38.    
  39.