home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MOUSE / COMPORT2.ZIP / WHATPRT2.DOC < prev   
Encoding:
Text File  |  1989-10-24  |  2.8 KB  |  65 lines

  1.                                 WHATPORT.COM
  2.  
  3.                                 Version 2.0
  4.                              October 24, 1989
  5.  
  6.            For detecting installed serial ports and type of mouse
  7.  
  8.               Copyright 1989, Life Sciences Editorial Services
  9.                             1236 River Bay Road
  10.                          Annapolis, Maryland 21401
  11.  
  12.  
  13. AUTHOR: Peter Petrakis
  14.  
  15.  
  16. IMPROVEMENTS IN THIS VERSION:
  17.  
  18.        Version 2 of WHATPORT.COM provides a more graphic display
  19.        of installed COM ports and their associated interrupt request
  20.        (IRQ) lines.  In addition, unlike the original version, it displays
  21.        the IRQ line being used by any installed mouse (except PS/2), not
  22.        just a serial mouse, thus increasing the usefulness of the program
  23.        for avoiding IRQ line conflicts.
  24.  
  25.  
  26. DESCRIPTION:
  27.  
  28.        This program detects what serial ports are installed in an MS/DOS
  29.        or PC/DOS system.  The type of mouse, if installed, is also shown
  30.        (serial, bus, InPort, HP) together with the interrupt request (IRQ)
  31.        line it's using.  If it's a serial port mouse, the program indicates
  32.        whether it's on the IRQ line for COM1/COM3 or the IRQ line
  33.        for COM2/COM4, to guide a user in selecting an available COM
  34.        port for other devices when more than two serial ports are
  35.        installed.  Because PCs have only two IRQ lines for serial
  36.        communications, COM3 must share COM1's IRQ line and COM4
  37.        must share COM2's IRQ line.  Unfortunately, two devices using
  38.        the same IRQ line can't be active at the same time.  COM3 can't
  39.        be used for a printer or modem if a serial mouse is active on
  40.        COM1, for example.  Likewise, COM4 can't be used if a serial
  41.        mouse is active on COM2.  The following table shows what ports
  42.        are available for other devices when a serial port mouse is present
  43.        on a multiple-port system:
  44.  
  45.          Serial port mouse on        COM ports available for other devices
  46.          --------------------        -------------------------------------
  47.          COM1 or COM3 (IRQ 4)               COM2 or COM4
  48.          COM2 or COM4 (IRQ 3)               COM1 or COM3
  49.  
  50.  
  51.  
  52. HOW TO USE THE PROGRAM:  Just run it.
  53.  
  54.  
  55. DISTRIBUTION:
  56.  
  57.        WHATPORT.COM and this document are provided free by Life
  58.        Sciences Editorial Services, Annapolis, Maryland.  They may be
  59.        copied and distributed promiscuously provided no money is
  60.        charged for them, they are not modified, and they are not
  61.        separated.  Although the program has been extensively tested,
  62.        Peter Petrakis makes no warranty concerning its usefulness on all
  63.        systems and he accepts no responsibility or liability for any mishap
  64.        resulting from its use.
  65.