Parallel port interfacing in Win32

In the newer versions of Windows(R) I was left wondering how, if at all, I could read and write my parallel port. Even Borland had dropped support for direct I/O to the hardware.

But now there's inpout32.dll -- which works on Win98SE, Win2K and WinXP. This DLL provides hardware I/O to your computer's parallel port.

Using Borland's Free C++ Command-line Compiler, I wrote a test program which demostrates I/O to a printer port using inpout32.DLL -- Now you can do port I/O directly from a C program, and compile everything in a DOS console.

Please let me know what you discover, and if it also works with other I/O devices too (I haven't checked if it does yet...)



Don't forget to visit My Home Page for other things of interest!


EOF