Link to home
Start Free TrialLog in
Avatar of Coma
Coma

asked on

Parallel Port accessing Pin 14, 16, 17

I'm accessing the parallel port with ReadFile() and WriteFile(). Do anybody know how to access the output pins 14, 16, 17 (Auto Feed, Initialize, Select Input) without writing a vxd - Just trought the existing lpt.vxd?
ASKER CERTIFIED SOLUTION
Avatar of Gus012498
Gus012498

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Coma
Coma

ASKER

Thanx, but can you please give me a code example? Or how can I get this base_adr? I only get a handle after CreateFile() with LPT(x)!
Avatar of Coma

ASKER

Thanx, but can you please give me a code example? Or how can I get this base_adr? I only get a handle after CreateFile() with LPT(x)!