Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

NI USB-845X drivers for Linux

Hello,

 

I want to use a NI USB-845X on a Linux environnent, so I downloaded the package here:

https://www.ni.com/fr-fr/support/downloads/drivers/download.ni-linux-device-drivers.html#350003

 

I installed nidaqmx (with Python API) but I can't interface with my board. Is there any specific Linux driver for this item?

 

Thanks for your help!

0 Kudos
Message 1 of 4
(1,710 Views)

845x do not use the DAQmx driver, it requires a separate driver,
https://www.ni.com/en-us/support/downloads/drivers/download.ni-845x-driver-software.html#346270

It would be best to raise a support request to NI.


Some other related links
https://forums.ni.com/t5/LabVIEW/Creating-a-Ni845x-dll-wrapper-for-Linux/td-p/995507

https://www.ni.com/en-us/support/documentation/compatibility/16/ni-845x-driver-and-labview-compatibi...

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
0 Kudos
Message 2 of 4
(1,686 Views)

Thanks for your reply!

 

... and of course, the driver is not available on Linux 😁

 

Do you know by chance, if some hardware from NI can manage I2C and is compatible with nidaqmx?

0 Kudos
Message 3 of 4
(1,681 Views)

Other than 845x, I believe there is no other instrument that natively supports I2C.

NI does have some I2C API to generate digital waveform which in turn can be used with HSDIO or DAQmx devices that support hardware-timed generation. This is only on the generation side, in order to read over I2C, you would need to implement your algorithms based on the instrument to read digital at the appropriate cycle and decode into values.

https://www.ni.com/example/31080/en/

There are no DAQmx driver compatible instruments as far as I know that natively supports I2C protocol.

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
0 Kudos
Message 4 of 4
(1,665 Views)