Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

windows xp

Status
Not open for further replies.

aibelectronics

New Member
Please provide me with a simple "how-to-use" for the inpout32 dll. I'm using Turbo C and I want to gain access to the parallel port in windows xp. Are there other ways for doing this without resorting to the dll? Thanks!
 
aibelectronics said:
Please provide me with a simple "how-to-use" for the inpout32 dll. I'm using Turbo C and I want to gain access to the parallel port in windows xp. Are there other ways for doing this without resorting to the dll? Thanks!

You can download the port driver from my website below, that comes with C examples.
 
aibelectronics said:
Please provide me with a simple "how-to-use" for the inpout32 dll. I'm using Turbo C and I want to gain access to the parallel port in windows xp. Are there other ways for doing this without resorting to the dll? Thanks!
if it is turboc for dos. then it will not do
 
aibelectronics said:
it would not work for turbo c dos? what then is the way out?

In DOS there are NO restrictions to port access, but DOS isn't supported under XP (just a fairly crude emulation) - just boot up in DOS, off a floppy if required!.
 
Nigel Goodwin said:
In DOS there are NO restrictions to port access, but DOS isn't supported under XP (just a fairly crude emulation) - just boot up in DOS, off a floppy if required!.
dos cannot even access the dll and xp won't allow the dos box to have direct h/w access . you WILL need to use windows developer tools VB/VC/Delphi?Borland C for windows.... to access the dll and use the exposed methods.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top