Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Using 8451 USB-SPI interface from Python

Is there a way to talk to the NI-8451 USB-to-SPI interface from Python using a Python package such as PyVISA ?

 

 

0 Kudos
Message 1 of 3
(729 Views)

USB-8451 is not a VISA device and requires NI 845x drivers to control the device.

 

There is no official direct support for 845x in Python as per this NI article - https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000001DbtrSAC&l=en-US

 

But, you can the 845x C dll in Python to use and looks like some folks have even shared it on Git for public use.

https://github.com/amitibo/pylibni845x

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 3
(717 Views)

Thanks, I will take a look at the accessing the DLL approach.

0 Kudos
Message 3 of 3
(707 Views)