Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help: _outpw/_inpw

Status
Not open for further replies.

bryantstevens

Programmer
May 10, 2002
2
US
RE: _outpw/_inpw

What's the secret to getting these to work??? I am trying to send an intialization word to a card located in an ISA slot. When I execute either an _outpw or _inpw, the program locks up. Will these commands not read from and write an ISA port? If not what command will? Any suggestions, links, or examples would be greatly appreciated.

Bryant
 
If you are trying to do this in a WIN32 OS (NT, 2000, XP) you can't. If you are trying to do this in Win 9x you have to use inline assembly. If you are using DOS and a Borland compiler look at outport() and inport(). For WIN32 apps, see and . James P. Cottingham

I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that I am now qualified
to do anything with nothing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top