jordens/labjacku12
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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