Examples of benefits from bi-directional parallel port mod?

Hardware questions and modifications
Post Reply
Franko
Posts: 71
Joined: Wed Sep 19, 2018 9:23 am

Examples of benefits from bi-directional parallel port mod?

Post by Franko »

After seeing references to the modification of the parallel port sidecar to make it bi-directional, I found Mike's page here:

https://www.brutman.com/PCjr/parallel_port.html

which gives a nice overview of the issue and instructions of how to do the mod (which seems very simple).

I'm not entirely clear, though, on what specific uses would benefit from the mod. For example, I have an original, stock parallel port sidecar on my PCjr, and will be connecting a Micro Solutions backpack 3.5" disk drive to it soon. Would reads from the 3.5" disk run faster if I did the bi-directional mod on the sidecar? If so, any idea on roughly how much faster? Are there other examples of peripherals or uses that benefit the most from this mod?
Brutman
Site Admin
Posts: 1331
Joined: Sat Jun 21, 2008 5:03 pm
Contact:

Re: Examples of benefits from bi-directional parallel port m

Post by Brutman »

The standard parallel port can write a byte at a time, but only read 4 bits at a time. So writing to a parallel port device will be 2x faster than reading from it.

Put another way, if you are using a parallel port attached device, you will speed up the time to read from it by a factor of 2 if you do the modification. It's not absolutely necessary, but it's also fairly easy to do.
Franko
Posts: 71
Joined: Wed Sep 19, 2018 9:23 am

Re: Examples of benefits from bi-directional parallel port m

Post by Franko »

Thanks, Mike -- that makes it very clear.
GHiero
Posts: 144
Joined: Wed Oct 16, 2013 7:53 pm
Contact:

Re: Examples of benefits from bi-directional parallel port m

Post by GHiero »

Ethernet receives a huge benefit from the mod. Most of the time, you will be adding stuff to your PC from another system. The transfer to the PCjr is almost twice as slower as the transfer from the PCjr. without the mod. A parallel port ethernet adapter like Xircom PE3-10BT works well with the PCjr's parallel port and works much better after the port has been modded.
Post Reply