Re: Access to IO port on x86 platform



I have never done drivers before and will start learning now. I am
assuming it is easier to write user mode drivers as this is possible
with V6. Am I right?

Thanks in advance


Gus

Steve Maillet (eMVP) wrote:
That's an ancient function I posted years ago. It should not be used. There
are existing functions like TransBusAddressToVirtual that take care of that
now. But as Chris Tacke points out. You can't use any of that from V6.0
applications, only a driver. Bottom line: You can't muck about with hardware
from user mode applications in CE V6.0 anymore. You need to do that in a
driver.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com

.



Relevant Pages