Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordens/labjacku12
Fast pure Python and libusb driver fof the LabJack U12 DAQ device
https://github.com/jordens/labjacku12
Last synced: about 2 months ago
JSON representation
Fast pure Python and libusb driver fof the LabJack U12 DAQ device
- Host: GitHub
- URL: https://github.com/jordens/labjacku12
- Owner: jordens
- Created: 2017-06-23T10:22:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T10:22:43.000Z (over 7 years ago)
- Last Synced: 2024-10-16T04:19:08.653Z (3 months ago)
- Language: Python
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Python Labjack U12 driver
=========================Requirements:
* libusb
* python-usb (aka pyusb; >= 0.4.1 earlier versions work but have bugs)Setup:
* copy the folling two lines to /etc/udev/rules.d/doc/85-usbdev.rules
and add yourself to the plugdev group (adduser yourself plugdev) to
be able to access the usb devfs device as a regular user:----------
# Labjack U12
ATTRS{idProduct}=="0001", ATTRS{idVendor}=="0cd5", GROUP="plugdev", MODE="0660"
----------Usage:
* see examples in test/labjack_u12_tests.py
* for u12_scope.py you will need a full enthought chaco installation