home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9213 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.3 KB  |  32 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!dcatlas!joet
  3. From: joet@dcatlas.dot.gov (Joe Trott)
  4. Subject: Re: IRQ level ...
  5. Message-ID: <1992Sep9.195257.27134@dcatlas.dot.gov>
  6. Organization: U.S Dept. of Transportation
  7. References: <LUBKT.92Sep8100402@synergy.CC.Lehigh.EDU>
  8. Distribution: comp.os.msdos.programmer
  9. Date: Wed, 9 Sep 1992 19:52:57 GMT
  10. Lines: 20
  11.  
  12. lubkt@synergy.CC.Lehigh.EDU (Binod Taterway) writes:
  13.  
  14. >Q: How do you find IRQ levels of COMx ports other than trying both 4
  15. >and 3? Traditionally, this has been 4 for COM1 and 3 for the rest.
  16. >Lately I have found a lot of vendors to violate this standard.
  17.  
  18. Traditionally, IRQ4 is shared by COM1 and COM3, IRQ3 is shared by COM2 and
  19. COM4; although I've heard of IRQ5 being used for COM ports >2 also.
  20. Some modems and serial cards I've seen allow independent setting of the 
  21. IRQ# and COM#; i.e. it is possible to assign IRQ3 to COM1.
  22.  
  23. Some modem manufacturers include a little program typically named
  24. "COMTEST.COM" with their product.  Its purpose is to identify the ports
  25. you already have that are in use, to allow you to find a free IRQ.  I
  26. think some rat makers use it too, and some others with peripheral boards
  27. (e.g. hand scanner interfaces) that need an IRQ.  Some BBS somewhere ought
  28. to be able to provide this to you.
  29.  
  30. -JTT
  31.  
  32.