Cheapest solution for reading a 100MB Zip disk one time?

Do you mean newer than XP?
Yeah, Windows 7 and onward started using separated privilege in the drivers, which prevents the proprietary controls required to control the device in question, at least over LPT ports.

You might be able to get that mess to work under Linux... but that's got its own headaches.
 
So if I come across a machine with XP or 2000 and a real parallel port I suppose I could just use the driver found on this page?

 
Would a PCIe Parallel port card work? I can see such cards and they aren't expensive at this point it is an academic interest in how to make old tech work in new environments.
 
Would a PCIe Parallel port card work? I can see such cards and they aren't expensive at this point it is an academic interest in how to make old tech work in new environments.
As a parallel port yes. To talk to that ZIP drive probably not. Because ZIP expects to take direct control of the port and there are no modern chipset drivers written to interface with the ZIP. Direct access to the port was isolated long ago. It's one of the reasons why ZIP had to move to USB.
 
As a parallel port yes. To talk to that ZIP drive probably not. Because ZIP expects to take direct control of the port and there are no modern chipset drivers written to interface with the ZIP. Direct access to the port was isolated long ago. It's one of the reasons why ZIP had to move to USB.
I figured it wouldn't be all cards and likely the cheapest would be most likely to not support functions.
 
Like many these details get forgotten because when do I need to know that these days and man I remember some ISA issues way back in the days of WIn 3.1 and Win 95 they stopped being much an issue by late Win 95 early Win 98 for me but I was also just a teen trying to do things with our home PC back then.
 
As a parallel port yes. To talk to that ZIP drive probably not. Because ZIP expects to take direct control of the port and there are no modern chipset drivers written to interface with the ZIP. Direct access to the port was isolated long ago. It's one of the reasons why ZIP had to move to USB.
I'm currently using Laplink 3 between XP (core2 era) & MS-DOS machines (files transfer over LPT). Works fine.
I'm pretty sure the parallel zip (with a real LPT port / PCIe) will work... Try it and let us know ;)
 
Last edited:
Back
Top