Python Labjack U12 driver
=========================


Requirements:
  
  * libusb
  * python-usb (aka pyusb; >= 0.4.1 earlier versions work but have bugs)

Setup:
  
  * copy doc/85-usbdev.rules to /etc/udev/rules.d/ and add yourself to
    the plugdev group (adduser yourself plugdev) to be able to access
    the usb devfs device as a regular user

Usage:
  
  * see examples in test/labjack_u12_tests.py
  * for u12_scope.py you will need a full enthought chaco installation

