home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / zhint77.zip / IRQS.A < prev    next >
Text File  |  1993-06-03  |  3KB  |  48 lines

  1.                      COMports, addresses & IRQs
  2.                            Don Hinds
  3.  
  4.      The  terms  serial port and COMport for all purposes,  mean  the  same
  5. thing.  A  serial port is a COMport built into a computer, onto  which  you
  6. plug  an  external  device.  A modem can be  plugged  into  a  serial  port
  7. (external modem). An internal modem 'makes' a COMport of it's own when  you
  8. plug  the modem card into the computer internal bus. The COMport for  which
  9. the internal modem is set depends on jumpers on the modem.
  10.  
  11.      2  devices on a computer CANNOT use the same address. 2 devices  on  a
  12. computer  'may'  use  the same IRQ as long as one does not  have  a  device
  13. driver present. A mouse on COM-1 using IRQ-4 is one example, so COM-3 which
  14. also uses IRQ-4 cannot be used for anything. COMports/serial ports 1, 2,  3
  15. & 4 each have a unique address, but share only TWO IRQs between them.
  16.  
  17.      Think  of COMports as single family houses. That means one  house  has
  18. one  address. If there were 2 houses (COMports/serial ports) with the  same
  19. address on the same street (computer bus), then the mail (command) would go
  20. to  the wrong house (port). So each COMport/serial port must have a  unique
  21. address.
  22.  
  23.      Now  an IRQ is something like a telephone party-line. You can  have  2
  24. parties (devices) on one phone line (IRQ). The party (device) who picks  up
  25. the phone can call out. The party (device) who is 'home' (a device like  an
  26. answering  machine  or modem waiting for a call) will answer if  it  rings.
  27. However  if one party (device like a mouse, scanner or network  board)  has
  28. the  phone off the hook (a device driver loaded), the other  party  (device
  29. modem)  cannot  use  the  telephone  (IRQ) even  if  it  is  another  house
  30. (COMport).
  31.  
  32.      So  if you want to use a COMport which normally uses the same  IRQ  as
  33. one  on  which you have a device driver, you must change the IRQ  for  that
  34. port.  In  your  modem  manual it shows how jumpers  may  be  set  to  give
  35. additional  IRQ of 2 or 5. This means you could have 4 unique addresses  1,
  36. 2, 3, & 4, and each could have a unique IRQ 4, 3, 5, or 2. Some VIDEO cards
  37. use the address of COM4 leaving COM3 for use. 386/486 computers use IRQ2 to
  38. access  extended  IRQs  (above 7, sort of  like  call-forwarding).  So  you
  39. usually  are left with one alternate IRQ5 to use with your modem  on  those
  40. computers. Most Serial ports also have jumpers to change address/IRQs.  And
  41. other devices (scanners ect) usually will allow IRQs like 6,7,8 (I am using
  42. IRQ 7 w/hand scanner).
  43.  
  44.                                         Don Hinds - Zoom Tech
  45.  
  46. ##include=c:\text\signa.tif
  47.  
  48.