Device::LabJack version 0.02
===================

This module provides native perl access to the LabJack U12, under Windows or Linux (and soon: Mac)

It can read and write digital and analog data to and from the device.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries (included in this distribution for your convenience):

  ljackuw.lib 
  ljackuw.h             ... provided on the U12 CD or www.labjack.com web site

Copy the above files into this directory before use.

COPYRIGHT AND LICENCE

This is free.  If you improve or add to this module, please email me the 
new version. Find my current email address from the "contacts" page of 
my web site, at http://www.ReadNotify.com 

First Written by Chris Drake, Feb 1, 2003.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.