Comedilib (libcomedi) library
Find a file
Frank Mori Hess 2aeeb17080 usbdux firmware update from Bernd Porr:
Bugfix version of the firmware. When running ./cmd and ./ao_waveform at the same
time I got CRC errors on the USB. Reason: some registers in the FX2 need a
syncdelay. After a write to a register no other write is allowed to any other
register for a certain time. This is called "Syncdelay". Introduced syncdelays
for all EP registers. Now the CRC errors are gone.
Another bugfix: the byte for the CPUCS register was wrong (shifted one bit to
the left). This resulted in undefined processor speed. The speed was chosen just
by chance at power up (12Mhz,24Mhz,48Mhz).
2004-02-07 22:20:16 +00:00
comedi_calibrate fix coarse/fine ai pregain offset caldacs for pci-6025e 2003-10-13 19:22:07 +00:00
comedi_config fix use of COMEDI_DEVCONF_AUX_DATA* options (from Bernd Porr) 2003-07-16 16:38:33 +00:00
debian install a few more files 2003-08-16 22:14:58 +00:00
demo doing a retry for the preload write is useless, since the command 2004-01-02 01:16:00 +00:00
doc added description of comedi_command_test() return values 2004-01-18 21:35:50 +00:00
etc usbdux firmware update from Bernd Porr: 2004-02-07 22:20:16 +00:00
include sync with comedi 2004-01-31 22:19:47 +00:00
lib fix possibility of incorrect bison invocation, when make tries to 2003-12-24 15:40:31 +00:00
m4 added some m4 quoting to get rid of automake1.8 warnings 2004-01-11 23:39:18 +00:00
man trying to improve calibration docs 2003-12-03 01:47:39 +00:00
perl Change email addresses and host names. 2002-03-09 01:22:30 +00:00
swig don't make comedi_command arg INOUT 2004-01-18 20:26:47 +00:00
testing new files 2003-11-20 18:40:30 +00:00
autogen.sh pass arguments to configure 2004-01-17 19:08:17 +00:00
Changelog changelog entry for 0.7.18 2002-02-12 22:29:13 +00:00
comedilib.spec.in Fix to actually make it work. 2003-06-05 22:12:45 +00:00
configure.ac fix check for ruby.h 2004-01-17 20:23:07 +00:00
COPYING Changed to LGPL, because that's what it was supposed to be. 2001-05-28 02:28:55 +00:00
INSTALL *** empty log message *** 2003-11-15 14:35:20 +00:00
Makefile.am moved SWIG code from python directory to new swig directory. Added 2004-01-04 16:56:35 +00:00
README correct url for cvs instructions 2003-07-16 16:45:27 +00:00
README.CVS Add notes about compiling from CVS 2003-11-17 20:13:42 +00:00
todo *** empty log message *** 2002-03-18 21:47:45 +00:00

    COMEDILIB
    The Linux Control and Measurement Device Interface Library
    David Schleef <ds@schleef.org>


* About Comedi:

Comedi is a collection of drivers for data acquisition hardware.
These drivers work with Linux, and also with Linux combined with
the real-time extensions RTAI and RTLinux.  The Comedi core, which
ties all the driver together, allows applications to be written
that are completely hardware independent.

Comedi supports a variety of data acquisition hardware; an
incomplete list can be found in the Comedi source.

This distribution contains only the user-space library.  You will
almost certainly also want to download the Comedi kernel modules.

* Installation:

Installation instructions are found in INSTALL.

* Mailing List:

Comedi has a mailing list.  Send "subscribe comedi" to
comedi-request@comedi.org to subscribe.  Traffic is light, and mainly
questions/answers about comedi installation, bugs, and programming.
General questions about data acquisition are also welcome.
Alternatively, you can subscribe and unsubscribe at
http://www.comedi.org/cgi-bin/mailman/listinfo/comedi.
You can always unsubscribe by sendinging "unsubscribe" (spell
it correctly!) to comedi-request@comedi.org.

* More Information:

Comedi also has a web page, at http://www.comedi.org/comedi.  New versions
of comedi can be found on the ftp site ftp://ftp.comedi.org/pub/comedi.

Often bugfixes and new features that are not in the current release
can be found in the CVS repository.  Instructions for anonymous CVS
access to the Comedi and Comedilib repositories are found at
http://www.comedi.org/download.php

Comedilib may be freely distibuted and modified in accordance with
the GNU Lesser General Public License.  Portions of the Comedilib
distribution fall under different licenses; see the individual files
for details.

The person behind all this misspelled humor is David Schleef
<ds@schleef.org>.