Hello everyone,
I'm trying to access my parallel port's data pins with a C# program I created. My programs works fine on windows xp pro with the built in parallel port. The problem I'm having is I'm currently trying to use the same program on Windows 7 with the use of a PCI parallel port card. I'm running Windows 7 32 bit. I've installed the parallel port card and updated the drivers for it with no problems. In device manager the cards shows up and has a I/O range which i converted to decimal form. The decimal for the card's I/O address is 33920. When i ran my program and enter 33920, 255 I did not get a response from the parallel port using a multimeter. I've already added the inpout32.dll to the system 32 folder but still not luck. Is this possible to do in Windows 7? If so could you point me in the right direction on how to accomplish this? I've been told that a PCI parallel port will not work with windows 7....is that true?
Thank you.