LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

access pci configuration space

I need to access the PCI configuration space for a PCI card. How do I find the config space using LabWindows?
0 Kudos
Message 1 of 3
(3,086 Views)
You can find some good resources on driver programming in C on the web.
jungo.com provides you with utilities that create skeleton code for you, this should help you start you up. And since this is just C programming, it should work in CVI, just like any other C compiler.

Hope this helps

Bilal Durrani
National Instruments
Bilal Durrani
NI
0 Kudos
Message 2 of 3
(3,086 Views)
Sure it will work, but I wonder if that is the way to go. What about using VISA, PXI...

Thanks
0 Kudos
Message 3 of 3
(3,086 Views)