PCI Parallel Port
-
I wanted to program my parallel port, but unfortunately it is on a PCI card and has a base address of E800. I am also running XP so there doesn't seem to be any easy way of just changing my port settings. I wanted to know how to send data to my PCI parallel port. If anyone could help me out it would be greatly appreciated. Thank you. :-O
-
I wanted to program my parallel port, but unfortunately it is on a PCI card and has a base address of E800. I am also running XP so there doesn't seem to be any easy way of just changing my port settings. I wanted to know how to send data to my PCI parallel port. If anyone could help me out it would be greatly appreciated. Thank you. :-O
I might be off track here, but I think you need to look at this http://www.codeproject.com/script/comments/forums.asp?msg=1937167&forumid=1647#xx1937167xx[^] which is from a few threads below this. The dll that he's using allows lower level access, I 'think' you can access a parallel port though it as well .. (else do a google for inpout32.dll and see if it helps, thats what this bloke was using) hth, 'g'