
The choice of parallel port makes a difference on
performance. A
standard parallel port like the kind found on the original IBM PC, XT,
PCjr, and AT is capable of sending a byte of data out of the port at a
time, but is
only capable of reading 5 bits at a time. This is due to the original
design of the parallel port which was supposed to support a printer,
not general purpose I/O devices. The design shows up in the performance
of the Xircom - on a slower machine you will find that the Xircom can
send data twice as fast as it can read it. Later parallel ports
improved by allowing the parallel port to read a full byte at a time,
thus making reading from attached device the same speed as writing. And
even later parallel ports introduced an "EPP" (Enhanced Parallel Port)
mode which make the handshaking between the parallel port and the
device more efficient, boosting the transfer rate.| Keyword | Default | Range of settings | Description |
|---|---|---|---|
| ? | help | ||
| NON | AUTO | Force the driver to treat the parallel port as standard (non-bidirectional) | |
| SINT= | 60 | 60 to 80 | What software interrupt to install at |
| LPT= | AUTO | 1 to 3 | Which LPT port to use |
| INT= | AUTO | 0 or 3 to 15 | What hardware IRQ to use. If you use zero the adapter works in a polling mode. (See below) |
| IOADDRESS= | AUTO | 240 to 380 | The IO address of your parallel port adapter in hexadecimal notation |
| LINKDISABLE | Enabled | Disables link integrity for use with non-10BASE-T networks. | |
| NOEPP | Disable EPP mode even if supported by the BIOS |
| pe3pd SINT=60 | Search for the adapter and install at software interrupt 0x60 when found |
| pe3pd SINT=60 INT=0 | Same as above, but do not use a hardware interrupt (use polling mode) |
| pe3pd SINT=62 LPT=2 INT=5 NON | Install on software interrupt 0x62 using an adapter on a standard parallel port at LPT2, hardware interrupt 5 |
| Model | Light 1 (Closest to Ethernet Connector) | Light 2 (Closer to middle of the adapter) |
| PE3-10B2 | Transmission activity (flashing green) | Power on (green)/Collision (flashing red)/Cable fault (solid red) |
| PE3-10BT | Transmission activity (flashing green) | Power on (orange)/Link Integrity Enabled (green)/Link Integrity Disabled (orange) |
| PE3-10BC | Transmission activity (flashing green) | Link Integrity Enabled (green)/Link Integrity Disabled (off)/Collision (flashing red)/Cable Fault (solid red) |