Jump to content

Tristan

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Tristan's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Thanks a lot. After installing the following packages it workes. :-) https://github.com/wjasper/Linux_Drivers/tree/master/USB/mcc-libusb https://github.com/signal11/hidapi https://github.com/trezor/cython-hidapi regards Tristan
  2. Hello, i have a MiniLab-1008 but i get the error: Error: No DAQ devices found when i execute lsusb i get: Bus 001 Device 006: ID 09db:0075 Measurement Computing Corp. MiniLab 1008 but when i execute this in python3.8 from uldaq import (get_daq_device_inventory, DaqDevice, InterfaceType, AiInputMode, Range, AInFlag) get_daq_device_inventory(InterfaceType.USB) i get->[] so uldaq seems to be unable to find the device, but the computer finds the usb device i am using ubuntu 20.04, libuldaq-1.2.1 from https://github.com/mccdaq/uldaq/ uldaq 1.2.3 from https://pypi.org/project/uldaq/ python3.8 the MiniLab-1008 should be supported https://www.mccdaq.com/PDFs/Manuals/Linux-hw.pdf please help me regards Tristan
×
×
  • Create New...