Skip to content

jordens/labjacku12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Fast pure Python and libusb driver fof the LabJack U12 DAQ device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages