home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / bsd / 11818 < prev    next >
Encoding:
Text File  |  1993-01-26  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!boulder!ucsu!rintintin.Colorado.EDU!galbrait
  3. From: galbrait@rintintin.Colorado.EDU (GALBRAITH JOHN)
  4. Subject: Re: reading from parallel port
  5. Message-ID: <1993Jan26.025455.7032@ucsu.Colorado.EDU>
  6. Sender: news@ucsu.Colorado.EDU (USENET News System)
  7. Nntp-Posting-Host: rintintin.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. References: <1jhejv$9l3@Germany.EU.net> <C1ADIM.1s3@sleeper.apana.org.au>
  10. Date: Tue, 26 Jan 1993 02:54:55 GMT
  11. Lines: 29
  12.  
  13. In article <C1ADIM.1s3@sleeper.apana.org.au> raz@sleeper.apana.org.au (Roland Turner) writes:
  14. >bs@Germany.EU.net (Bernard Steiner) writes:
  15. >
  16. >>Folks,
  17. >>I just read through one of those terrible x86 magazines. Somebody advertized
  18. >>their LPT port ethernet[TM] adapter.
  19. >
  20. >>While I believe that the idea of driving the ethernet through a slow LPT
  21. >>port is not really fascinating, I sort of like the idea of using the
  22. >>parallel port for "serious work". This would require reading from the
  23. >>port, though.
  24. >
  25.  
  26. I have built some hardware that read from the parallel port.  The problem
  27. is that the main data lines are output only.  You can read from the port,
  28. but it returns the last value that you wrote, not what is currently
  29. what you may have put on the port.
  30.     I did get it to work (I was building a MIDI port for a lab).  What
  31. I did was to use four control lines from one of the ports that CAN be read
  32. and read a nibble at a time.  It worked, and was fine for MIDI (A serial
  33. interface) but I would imagine that it would be SLOW for an ethernet card.
  34.  
  35. Also, it could be that some newer lpt cards do have bidirectionality.  I
  36. think the MCA cards do for instance, but I may be wrong.
  37.  
  38. john galbraith
  39. galbrait@rintintin.colorado.edu
  40.  
  41.  
  42.