Initial revision
[comedilib.git] / perl / README
1
2 Comedi and Comedi::Lib: A Perl API for comedi and comedilib
3
4 Version 0.02 16-Nov-1999
5
6 This is a first pass at a Perl extension for using comedi and comedilib
7 (http://stm.lbl.gov/comedi).
8
9 This is also my first attempt at a Perl extension, so be warned!  I
10 started with h2xs and hacked away at it from there.  Please pass the
11 clues if you're an XS wizard.
12
13 There are some example scripts but no tests (yet).  You can run the
14 examples before actually installing the modules (make install) using
15 the little script 'lperl', e.g.,
16
17   [jes@rtc Comedi]$ ./lperl example.perl
18
19 The modules and examples were tested with comedi 0.7.{19,26} and
20 comedilib 0.7.{3,5,6}, using an NI-MIO-16e.  There should be no
21 board-specific stuff here (except possibly the subdevice codes);
22 please let me know if it (does|doesn't) work with other boards.
23
24 There is very little object oriented code here, and what is here (a
25 Trigger object) need not be used.  Right now, I'm not anxious to add
26 another layer over comedi, which is still alpha.  Any ideas or
27 suggestions are welcome, however.
28
29
30 Joe Smith <jes@presto.med.upenn.edu>