home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / z / zoomhint.zip / ZOOMHINT.EXE / IRQS < prev    next >
Text File  |  1992-12-01  |  2KB  |  58 lines

  1.                      COMports, addresses & IRQs
  2.                            Don Hinds
  3.  
  4.      The  terms  serial port and COMport for all purposes, mean  the  same
  5.  
  6. thing.  A serial port is a comport built into a computer, onto  which  you
  7.  
  8. plug  an  external  device.  A modem can be plugged  into  a  serial  port
  9.  
  10. (external modem). An internal modem 'makes' a comport of it's own when you
  11.  
  12. plug the modem card into the computer internal bus. The comport for  which
  13.  
  14. the internal modem is set depends on jumpers on the modem.
  15.  
  16.      2  devices on a computer CANNOT use the same address. 2 devices on  a
  17.  
  18. computer  'may'  use the same IRQ as long as one does not  have  a  device
  19.  
  20. driver  present.  A mouse on COM-1 using IRQ-4 is one  example,  so  COM-3
  21.  
  22. which  also uses IRQ-4 cannot be used for anything. Comports/serial  ports
  23.  
  24. 1, 2, 3 & 4 each have a unique address.
  25.  
  26.      Think  of comports as single family houses. That means one house  has
  27.  
  28. one address. If there were 2 houses (comports/serial ports) with the  same
  29.  
  30. address  on the same street (computer bus), then the mail (command)  would
  31.  
  32. go  to  the wrong house (port). So each comport/serial port  must  have  a
  33.  
  34. unique address.
  35.  
  36.      Now  an IRQ is something like a telephone party-line. You can have  2
  37.  
  38. parties (devices) on one phone line (IRQ). The party (device) who picks  up
  39.  
  40. the phone can call out. The party (device) who is 'home' (a device  waiting
  41.  
  42. for a call) will answer if it rings. However if one party (device) has  the
  43.  
  44. phone  off the hook (a device driver), the other party (device) cannot  use
  45.  
  46. the telephone (IRQ) even if it is another house (comport).
  47.  
  48.      So  if you want to use a comport which normally uses the same IRQ  as
  49.  
  50. one comport already in use, you must change the IRQ for that port. In  the
  51.  
  52. manual  it shows how jumpers may be set to give additional IRQ of 2 or  5.
  53.  
  54. This means you could have 4 unique addresses 1, 2, 3, & 4, and each  could
  55.  
  56. have a unique IRQ 4, 3, 5, or 2.
  57.  
  58.