Content deleted Content added
→Description: replace control with status - control signals are output to printer while status signals are inputs to the computer |
No edit summary |
||
Line 5:
==Description==
The [[laplink cable|null-printer cable]] connects five output pins of a parallel port to five input pins on the other port, and vice versa. Due to the lack of an internal timing in the parallel ports, synchronization is done via software handshaking: of the five input or output pins, four are used for data transfer and one is used for synchronization. The logical values at these pins can be read and written directly by the software via an io instruction.
Line 26 ⟶ 25:
Every IP packet is sent over the line by first encapsulating it into a plip packet, which is then sent using the above protocol. The encapsulated packet is as follows:
*
*
*
*
The length and checksum are calculated over the second and third field only, so that for example the actual total length of the packet is three more than the length as reported in the first two bytes of the packet.
==See also==
*
*
*
==External links==
*
*
[[Category:Internet protocols]]
[[Category:Link protocols]]
[[zh:并行线IP协议]]
|