Verder Terug Inhoud

9. Een eigen kabel bouwen

Extractie vanuit /usr/src/linux/Documentation/networking/PLIP.txt, geschreven door Donald Becker (becker@super.org):

Parallel Transfer Mode 0 Cable
==============================

The cable for the first transfer mode is a standard
printer "null" cable which transfers data four bits at a time using
data bit outputs of the first port (machine T) connected to the
status bit inputs of the second port (machine R).  There are five
status inputs, and they are used as four data inputs and a clock (data
strobe) input, arranged so that the data input bits appear as contiguous
bits with standard status register implementation.

A cable that implements this protocol is available commercially as a
"Null Printer" or "Turbo Laplink" cable.  It can be constructed with
two DB-25 male connectors symmetrically connected as follows:

    STROBE output       1*
    D0->ERROR   2 - 15          15 - 2
    D1->SLCT    3 - 13          13 - 3
    D2->PAPOUT  4 - 12          12 - 4
    D3->ACK     5 - 10          10 - 5
    D4->BUSY    6 - 11          11 - 6
    D5,D6,D7 are   7*, 8*, 9*
    AUTOFD output 14*
    INIT   output 16*
    SLCTIN      17 - 17
    extra grounds are 18*,19*,20*,21*,22*,23*,24*
    GROUND      25 - 25
* Do not connect these pins on either end

If the cable you are using has a metallic shield it should be
connected to the metallic DB-25 shell at one end only.
    

Ik controleerde mijn kabel twee keer. Aan beide kanten, zijn de pinnen als volgt verbonden:

     1 -  1 Ja
     2 - 15
     3 - 13
     4 - 12
     5 - 10
     6 - 11
     7 niet verbonden 
     8 niet verbonden 
     9 niet verbonden
    10 -  5
    11 -  6
    12 -  4
    13 -  3
    14 - 14 Ja
    15 -  2
    16 - 16 Ja
    17 - 17
    18 niet verbonden 
    19 niet verbonden
    20 niet verbonden
    21 niet verbonden
    22 niet verbonden
    23 niet verbonden
    25 - 25 niet verbonden met metallic shield
    

In tegenstelling tot wat in het kerneldocument wordt beweerd, zijn bij mijn kabel de pinnen 1, 14 en 16 verbonden. Blijkbaar doet dit er niet toe, aangezien plip bij mij prima werkt.


Verder Terug Inhoud