home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / ibm / pc / hardware / 35153 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.7 KB  |  41 lines

  1. Newsgroups: comp.sys.ibm.pc.hardware
  2. Path: sparky!uunet!mcsun!sun4nl!dutrun!donau!hal.et.tudelft.nl!rene
  3. From: rene@hal.et.tudelft.nl (Rene Bodenstaff)
  4. Subject: Re: Parallel port as input port
  5. Message-ID: <1993Jan08.123526.10581@donau.et.tudelft.nl>
  6. Sender: news@donau.et.tudelft.nl (UseNet News System)
  7. Nntp-Posting-Host: hal.et.tudelft.nl
  8. Organization: Delft University of Technology, Dept. of Electrical Engineering
  9. References:  <1993Jan8.055420.10172@nuscc.nus.sg>
  10. Date: Fri, 08 Jan 1993 12:35:26 GMT
  11. Lines: 28
  12.  
  13. In article <1993Jan8.055420.10172@nuscc.nus.sg>, scip2060@nusunix1.nus.sg (SARDJONO INSANI) writes:
  14. > [ Article crossposted from comp.sys.ibm.pc.misc ]
  15. > [ Author was SARDJONO INSANI ]
  16. > [ Posted on Fri, 8 Jan 1993 05:49:52 GMT ]
  17. > Hi,
  18. > Is is possible to set the parallel port of PC as input port? Has
  19. > anybody tried this or know of other methods of transferring data
  20. > one byte at a time to the PC?
  21. > Thanks
  22.  
  23.   Only a few days ago I spend some time reverse-engineering my 
  24.   old Hercules-printer card. I, just like you, wanted to know
  25.   wether it would be possible to read data in via the parallel port.
  26.   For my card, the answer is NO. There are only 8 data_out lines and
  27.   some control signals available. However it is possible to read data
  28.   in your computer via the parallel port: there are a few handshake
  29.   signals that can be used for this purpose (like printer online/offline,
  30.   etc.). If you really want to control your parallel port, you have to
  31.   go all the way down to BIOS level. You need the following info then:
  32.   DOS interrupts + the Centronics definitions + some info of your printer
  33.   card (use voltmeter :-) ).
  34.  
  35.   Have fun. 
  36.  
  37.        ---< Sonic says: "more haste is more speed" >---
  38.