home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / ibm / pc / hardware / 24179 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  2.4 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!caen!mtu.edu!abcd.Houghton.MI.US!Jim_Johnson
  2. From: Jim_Johnson@abcd.Houghton.MI.US (Jim Johnson)
  3. Newsgroups: comp.sys.ibm.pc.hardware
  4. Subject: Re: BI-DIRECTIONAL PRINTER CARD FOR PC?
  5. Distribution: world
  6. Message-ID: <Jim_Johnson.08ot@abcd.Houghton.MI.US>
  7. Date: 13 Sep 92 20:29:55 EST
  8. Organization: Amiga BitSwap Central Dispatch
  9. Lines: 46
  10.  
  11. In a message dated Fri 11 Sep 92 19:14, Daparish@beckman.com wrote:
  12. ...Much deleted...
  13.  D> Ok, for anyone following this thread, we now have a couple of posts,
  14.  D> one saying
  15.  D> most parallel ports are made for "output-only", one saying read-write.
  16.  D> for my 2c. I figure that most must be read-write. I've used both the
  17.  D> parallel
  18.  D> port tape backup and the lan-pocket-ethernet card. I've not seen a
  19.  D> machine that
  20.  D> wouldn't work with them.
  21.  D> I had also heard rumors about cheap, output only parallel ports.
  22.  
  23.  D> Can anyone else explain/unravel the mystery of the output-only port?
  24.  
  25. Sure, Centronics (printer) type parallel ports come in three flavors:
  26.  
  27. The earlier kind, which for some reason won't allow you to connect a device
  28. like a parallel port hard drive - I don't know the specifics, but these
  29. critters are rare these days.
  30.  
  31. The "standard" parallel port and "bi-directional" parallel port.
  32.  
  33. On the "standard" type there are eight output only data lines which can
  34. send a byte to the device and four input only status lines which the device
  35. can tell the computer what's happening (busy, out of paper, etc.).  For a
  36. storage device, the computer sends a full byte at a time.  However, it can
  37. only receive a nibble (half a byte) at a time by reading the four status
  38. lines.  The storage device sends two nibbles via the status lines which the
  39. device driver reassembles into a byte.
  40.  
  41. For a "bi-directional" type of port, the eight data lines can both send and
  42. receive data a full byte at a time.  Bi-directional ports are standard on
  43. IBM's microchannel machines and slowly gaining popularity in the clone
  44. market.
  45.  
  46. BTW, in theory, a device driver that uses the status lines to get data from
  47. the storage device should work with both standard and bi-directional ports,
  48. however these drivers have some problems with bi-directional ports.  If you
  49. have a machine with a bi-directional port, contact the parallel port
  50. storage device manufacturer for a device driver designed for the
  51. bi-directional port.
  52.  
  53. -- Via DLG Pro v0.995
  54.  
  55. Jim Johnson-
  56. *** Remember, they're only tools - Not a way of life! ***
  57.