home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / AAKINT14.ZIP / INT14.DOC < prev    next >
Encoding:
Text File  |  1986-08-24  |  1.6 KB  |  35 lines

  1. This is a shareware RS232 interupt driver. To replace BIOS interupt 14.
  2.  
  3. WRITEN BY Arno A. Karner, August 1986.
  4.  
  5.   I want to thank Bob Murphy for is initial program which saved me a lot of
  6. typing. But his program lacked the flow control I needed, and only suported
  7. COM1 and COM2. This program has the following features
  8.  
  9.         1) Interupt driven input and output
  10.         2) Selectable flow control Xon\Xofff, RTS\CTS, DTR\DCD
  11.         3) Flow control points are ajustable
  12.         4) 512 byte input and output buffers
  13.         5) Supports COM1 and COM2
  14.         6) BIOS compatable commands + very useful extentions
  15.         7) User selectable time outs
  16.  
  17. There are a few diffrences in what the bits mean in the status word returned.
  18. These diffences are  documented in the turbo pascal support routines supplied
  19. with this program. If you find this program to be of value to you a small
  20. donation to futher my college education will be appreciated. Or if you would
  21. like the full blown interupt driver that supports COM1 thru COM9 with all the
  22. above listed features. Send $30 to
  23.  
  24.         Arno A. Karner
  25.         9149 5th Ave. So.
  26.         Bloomington, Mn 55420
  27.  
  28. Most programs out today do not support COM3 thru COM9 these programs must
  29. be patched in order to use the higher serial ports.
  30.  
  31. The only problems I have encountered is when using super key and holding a
  32. key down for some reason borlands product disables interupts long enough
  33. for the 8250's receive buffer to overflow. This problem did not exist
  34. without super key loaded or when keys were not allowed to auto repeat.
  35.