home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 July / CHIP797.ISO / workshop / doc / modwsh20.exe / IRQ.TXT < prev    next >
Encoding:
Text File  |  1995-01-03  |  2.6 KB  |  53 lines

  1.  
  2.           W H A T ' S   A N   I R Q ?
  3.           
  4.           IRQs (Interrupt ReQuests) refer to a mechanism within
  5.           your computer that allows your computer's central
  6.           processor to communicate with COM ports and other
  7.           hardware devices. Each serial port is given a COM port
  8.           address (expressed in hexadecimal numbers) and an IRQ
  9.           value. However, only one device can use an IRQ value at
  10.           a time. This is complicated by the fact that COM1 and
  11.           COM3 use IRQ4 by default. Also, COM2 and COM4 use IRQ 3
  12.           by default. Some hardware devices allow you to change an
  13.           IRQ setting.   
  14.           
  15.           
  16.           SOLVING IRQ CONFLICTS
  17.           
  18.           If you have the Microsoft MSD program, run it. The MSD
  19.           program comes with DOS 6 and later versions and also
  20.           Microsoft Windows 3.1. It will often show you which IRQs
  21.           are used--and will help you avoid conflicts. If you are
  22.           installing an external modem, you should not have any
  23.           trouble. However, if you are trying to install an
  24.           internal modem, you should read the modem manual
  25.           carefully.
  26.           
  27.           You may have to set special dip switches or jumpers to
  28.           configure an internal modem to avoid an IRQ conflict. The
  29.           job of installing an internal modem is best left to a
  30.           computer dealer or local GURU. It is not unusual for such
  31.           individuals to charge $20.00 for installing a modem. Only
  32.           a very bold beginner should attempt an internal modem
  33.           installation. The main thing is to avoid an IRQ conflict.
  34.           See the section on shareware for information about Modem
  35.           Doctor and other useful shareware programs.  
  36.           
  37.           COM1 and COM3 use IRQ4. COM2 and COM4 use IRQ3. If you
  38.           have a mouse using COM1, then IRQ 4 is already taken, so
  39.           you will probably not want to set your modem for COM3.
  40.           You will either have to disable the mouse driver (usually
  41.           found in the AUTOEXEC.BAT or CONFIG.SYS file) or set your
  42.           modem for COM2 or COM4 which use IRQ3. 
  43.           
  44.           Many people have success with setting an internal modem
  45.           to use COM4 and don't plug anything into COM2. If you are
  46.           using DOS 3.3 or later, your operating system will
  47.           support four COM ports. 
  48.           
  49.           The most important thing to remember about IRQs is that
  50.           only one device can use an IRQ address at a time. 
  51.  
  52.           =======================================================
  53.