I have a problem trying to read from the parallel port using the port_in instruction from the ackport.dll extension.
i need to read from 2 parallel ports at once for my project.
for lpt2 i had to add a pci parallel port card.
so, lpt1 reads just fine, but i can't read lpt2. i think it has to something to do with the port address. windows tells me lpt2 it's at the 0xED68 address, and won't let me change it. and the port_in instruction only accepts a port number of maximum 4096.
so is there any way i will be able to read from the address i have now?
thanks in advance
joaquin