Go to ni.com and search under "nt AND inport". Somewhere, there's a set of
VI's that you can download that allow you to access I/O and memory addresses.
They work fine, but are much slower than the normal ones under 95/98.
"Thomas Kohlmeyer" wrote:
>>We've got a PCI-Card fpr test purposes we build ourselves. Using Win95>all
we have to do is write bytes to the memory address of the PCI card.>Win NT
wouldn't let us do that. So found a tool (TVicHW32 version 3.0, >http://www.entechtaiwan.com/tools.htm)
that provides access to it at least>in my C-source code (DLL and header file).
Now I tried to transfer my test>>application to LV and here's my question:>Is
there any way to access a PCI card using Win NT and LV 5.1? This tool>>
returns
a handle that consists of a very complex structure so I didn't>succeed in
trying the CIN functionality of LV.>I'd be grateful for any hint.>>Thomas