home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / COM_OFF.ZIP / COM-OFF.DOC next >
Encoding:
Text File  |  1987-08-24  |  1.3 KB  |  25 lines

  1.                             COM-OFF  DOCUMENTATION
  2.          
  3.          COM1OFF.EXE, COM2OFF.EXE, COM3OFF.EXE, AND COM4OFF.EXE  Allow the
  4.     interrupts associated with each of these ports (IRQ4-COM1 & COM3)
  5.     (IRQ5-COM2 & COM4) to be individually disabled without affecting the
  6.     others in order to avoid conflicts between COM ports that share the
  7.     same interrupt.  These programs work the same as CLRCOM and RS232OFF
  8.     except that instead of clearing all the ports at once, individual ports
  9.     can have their interrupt disabled.
  10.          
  11.          EXAMPLE: A system has a mouse on COM1, a serial printer on COM2,
  12.     and an internal modem assigned to COM3.  COM1 and COM3 share interrupt
  13.     IRQ4 so the mouse port interrupt must be disabled before the modem
  14.     software is run by COM1OFF.EXE. After the modem software usage is
  15.     complete, COM3OFF.EXE is run before the mouse driver is reloaded. 
  16.     Meanwhile, COM2 and COM4 are not affected.
  17.          
  18.          DISCLAIMER: USE AT YOUR OWN RISK - We cannot accept responsibility
  19.     for any loss through the use of these programs.
  20.          
  21.          Original research and C source code by: Jim Michener
  22.          Individual compilations by: Geoff Mendenhall
  23.                                      2830 Cabot Rd.
  24.                                      Quincy, IL. 62301
  25.