I have a USB-1208LS attached via usb to my computer. When searching for the device with `dmesg | grep usb` in the terminal I can see the device is recognized by the operating system. However, after importing the uldaq library in python and attempting to get a list of devices with uldaq.get_daq_device_inventory(uldaq.InterfaceType.ANY),
the returned list of devices is always empty. Is there any reason the library would not be able to find the device? I am using Ubuntu 20.04.5 LTS, and have lsusb installed and the C/++ backend installed from github.
Question
eastman.ely
I have a USB-1208LS attached via usb to my computer. When searching for the device with `dmesg | grep usb` in the terminal I can see the device is recognized by the operating system. However, after importing the uldaq library in python and attempting to get a list of devices with uldaq.get_daq_device_inventory(uldaq.InterfaceType.ANY),
the returned list of devices is always empty. Is there any reason the library would not be able to find the device? I am using Ubuntu 20.04.5 LTS, and have lsusb installed and the C/++ backend installed from github.
Link to comment
Share on other sites
1 answer 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