I am checking out new hardware using cvi and need to do 16bit read/write access to physical memory below 1M. I am aware of readPhysicalMemory() but it uses byte wide access. Any suggestions?
You didn't say what version of CVI you are using, but I know the CVI 5.5 and CVI 6.0 have a function called ReadFromPhysicalMemoryEx that lets you specify whether you read 1, 2, or 4 bytes at a time.