Windows equivalent of inb(), outb(), low level i/o

Posted by Sebastian Dwornik on Stack Overflow See other posts from Stack Overflow or by Sebastian Dwornik
Published on 2010-04-09T13:10:29Z Indexed on 2010/04/09 13:13 UTC
Read the original article Hit count: 219

Filed under:
|
|
|

I have some Linux code that monitors our hardware by collecting temperatures, voltages, and fan speeds, from the motherboard using inb(), outb(), inl(), etc. low level i/o functions.

My challenge is to port that code over to run under Windows as a simple console app. But am puzzled in what functions Win32 (or .NET) provide that allow me permission to access direct memory mapped ports.

I don't want to code a system driver either.

My Windows tool preference is VS2008. (fyi)

Is this possible?

© Stack Overflow or respective owner

Related posts about win32

Related posts about inb