home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MOUSE / SERPORTS.ZIP / WHATPORT.DOC < prev   
Encoding:
Text File  |  1989-10-23  |  2.0 KB  |  48 lines

  1.                                       WHATPORT.COM
  2.  
  3.                  For detecting installed serial ports and type of mouse
  4.  
  5.                     Copyright 1989, Life Sciences Editorial Services
  6.                                    1236 River Bay Road
  7.                                 Annapolis, Maryland 21401
  8.  
  9.  
  10. AUTHOR: Peter Petrakis
  11.  
  12. PURPOSE:
  13.  
  14.        This program detects what serial ports are installed in an MS/DOS
  15.        or PC/DOS system.  The type of mouse, if installed, is also shown
  16.        (serial, bus, InPort, HP).  If it's a serial port mouse, the program
  17.        indicates whether it's on the IRQ line for COM1/COM3 or the
  18.        IRQ line for COM2/COM4, to guide a user in selecting an
  19.        available COM port for other devices when more than two serial
  20.        ports are installed.  Because PCs have only two IRQ lines for
  21.        serial communications, COM3 must share COM1's IRQ line and
  22.        COM4 must share COM2's IRQ line.  Unfortunately, two devices
  23.        using the same IRQ line can't be active at the same time.  COM3
  24.        can't be used for a printer or modem if a serial mouse is active on
  25.        COM1, for example.  Likewise, COM4 can't be used if a serial
  26.        mouse is active on COM2.  The following table shows what ports
  27.        are available for other devices when a serial port mouse is present
  28.        on a multiple-port system:
  29.  
  30.          Serial port mouse on        COM ports available for other devices
  31.          --------------------        -------------------------------------
  32.          COM1 or COM3 (IRQ 4)               COM2 or COM4
  33.          COM2 or COM4 (IRQ 3)               COM1 or COM3
  34.  
  35.  
  36.  
  37. HOW TO USE THE PROGRAM:  Just run it.
  38.  
  39.  
  40. DISTRIBUTION:
  41.  
  42.   The program is provided free by Life Sciences Editorial Services,
  43. Annapolis, Maryland.  It may be copied and distributed promiscuously
  44. provided no money is charged for it and it is not modified.  Although
  45. the program has been extensively tested, Peter Petrakis accepts no
  46. responsibility or liability for any mishap resulting from its use.
  47.  
  48.