home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / binaries / ibm / pc / archives / 3617 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.2 KB

  1. Path: sparky!uunet!wupost!sdd.hp.com!zaphod.mps.ohio-state.edu!menudo.uh.edu!lobster!nuchat!jpunix!digsol!dsterner
  2. From: dsterner@digsol.jpunix.com (Don Sterner)
  3. Newsgroups: comp.binaries.ibm.pc.archives
  4. Subject: Re: IBM Tech. Ref
  5. Message-ID: <coqmoB2w164w@digsol.jpunix.com>
  6. Date: Tue, 28 Jul 92 11:08:11 CDT
  7. References: <fnyx!=n@rpi.edu>
  8. Organization: Digital Solutions, Inc. Houston, TX.
  9. Lines: 25
  10.  
  11. wongl@vccsouth13.its.rpi.edu (Lance Andrew Wong) writes:
  12.  
  13. > I need to find the address values of the parallel port.
  14.  
  15. No need for an IBM TechRef (Ya probably can't afford one anyway). The
  16. PIO addresses are standard among "Compatible" computers - but there
  17. is a confusion factor.
  18.  
  19. The addresses are as follows:
  20.         LPT1     3BC-3BE
  21.         LPT2     378-37A
  22.         LPT3     278-27A
  23.  
  24. The confusion arises from the fact that the addresses listed as LPT1
  25. above are USUALLY only used when one has a monochrome display/printer
  26. adapter. If you do not have that adapter, you PROBABLY should then
  27. use the following addresses:
  28.         LPT1     378-37A
  29.         LPT2     278-27A
  30.  
  31. Standard (?) IRQ's are IRQ5 for address 278 and IRQ7 for addresses
  32. 3BC and 378.
  33.  
  34. Plain as mud, right? Thanks, IBM.
  35.