Re: Access to IO port on x86 platform



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


.