thanks for your response...
indeed, we are using the native LabVIEW 7.1 Outport.vi to control
a 3rd party PIO card. Unfortunately, the traditional memory-mapping space
for ISA devices was 0xD0000-0xEFFFF which cannot be accessed using 16 bit addressing.
That's why I am using ReadMemory16 to do the 32 bit access.
Since most legacy ISA buses are an expansion of the PCI bus, I'm wondering if XP handles
the crazy memory mapping differently. In essence, if no PCI card responds to a given address,
then the PCI bus expansion gets it, the so-called "if no one claims it, it must be yours" logic.
mlewis
Message Edited by mal11 on 04-20-2005 11:45 AM