I'm on Ubuntu 18.04 and using Python 3.8 with the latest ULDAQ package versions 1.2.1 and uldaq-1.2.3. My first thought after unboxing the DT9813 DAQ device was to try the `a_in.py` script, but I get the following:
$ cd uldaq-1.2.3/examples
$ python3.8 ./a_in.py
Error: No DAQ devices found
$
I find this somewhat confusing because `lsusb` reports a Data Translation device that disappears when I unplug the USB cable:
$ lsusb | grep Data
Bus 001 Device 011: ID 0867:1298 Data Translation, Inc.
$
Does anyone know what I'm doing wrong here? I don't think there's a background driver that I need to start manually, right?
Question
Neil BLT
I'm on Ubuntu 18.04 and using Python 3.8 with the latest ULDAQ package versions 1.2.1 and uldaq-1.2.3. My first thought after unboxing the DT9813 DAQ device was to try the `a_in.py` script, but I get the following:
I find this somewhat confusing because `lsusb` reports a Data Translation device that disappears when I unplug the USB cable:
Does anyone know what I'm doing wrong here? I don't think there's a background driver that I need to start manually, right?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now