PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to access PCI configuration info from CVI

I am using CVI. I need to read the resources allotted to my PCI interface card, Access the memory, IO and use the interrupt.
0 Kudos
Message 1 of 2
(2,846 Views)
Hello

you best bet would be to use the low level functions like inp and outp. Or better yet, use VISA, check out this link

But CVI is general is targeted more towards application development, and not really for driver development. VISA is a pretty powerful tool for this, so you might want to explore that some more.

I hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,846 Views)