03-02-2018 01:11 AM
Hi...
I use PCI-6225 daq device.
Is there Linux driver for this card? I can't find it.
Thanks...
Solved! Go to Solution.
03-02-2018 01:56 AM
Excuse me, i made a mistake. I use pci-6255 card.
03-05-2018 12:26 PM
Hello Sara,
Unfortunately NI-DAQmx Base does not support NI-6255 devices.
In this case, I suggest either use NI-DAQMX on a Windows PC or use the Measurement Hardware Driver Development Kit (MHDDK).
Please give the followed post a try if you are interested in this in this workaround:
Best,
MJ.
03-06-2018 05:51 AM
Thanks for your answer...
03-23-2018 12:49 PM
I just went through the same exercise for my NI-6220 card on Ubuntu 17.10.
It is really surprising that NI stopped releasing NI-DAQ for the latest Linux distributions. However, the open source package called comedi worked. The driver is still in the dog house in the kernel code (in the staging area) so I had to add it manually to my Yocto build. But the library - libcomedi-dev - is in the standard debian distribution.