Commit graph

972 commits

Author SHA1 Message Date
Frank Mori Hess
4cdf1b09a9 Added choose_clock and choose_routing demo programs. Synced comedi.h
with comedi.  Made dio demo simply configure the line direction based
on the command line argument.
2006-10-23 19:35:24 +00:00
Frank Mori Hess
34b9800e40 Added const qualifiers to some char* return values. Added new
experimental comedi_dio_bitfield2() function which works with
> 32 channels.  Only works properly with ni_65xx currently.
Will post a request for review by any interested
parties to list before I bother making the rest of the drivers
work with it.
2006-10-17 18:19:29 +00:00
Frank Mori Hess
4ccca1c790 Added description of SDF_SOFT_CALIBRATED flag. 2006-09-11 13:55:22 +00:00
Frank Mori Hess
905b99fb60 Added brief description of enum comedi_conversion_direction 2006-09-08 19:40:15 +00:00
Frank Mori Hess
97ab81dcbc Added entries for comedi_to_physical() and comedi_from_physical(). 2006-09-08 18:38:07 +00:00
Frank Mori Hess
fe9d8704c2 sync with comedi 2006-09-08 15:41:05 +00:00
Frank Mori Hess
f4e592b4aa Added entries for comedi_get_hardcal_converter() and
comedi_get_softcal_converter().  Clairified comedi_apply_calibration()
a little.
2006-09-08 14:53:48 +00:00
Frank Mori Hess
1421d0919e Added some primative support for using software calibration in a way
that can be integrated with boards that don't use software calibrations.
2006-09-07 19:09:04 +00:00
Frank Mori Hess
881600a31e Fill in inverse polynomials for first order soft calibrations. 2006-08-31 18:09:27 +00:00
Frank Mori Hess
e48a8d91df Added flex and bison generated files to MAINTAINERCLEANFILES 2006-08-31 15:29:44 +00:00
Frank Mori Hess
a186b9a33c Fix parsing of floating point values in exponential notation, and numbers
with a leading + or - sign (untested).
2006-08-28 22:59:42 +00:00
Frank Mori Hess
29358e699f Fixed problem with keeping track of whether a software calibration
is for the from_phys or to_phys direction.
2006-08-22 20:19:19 +00:00
Frank Mori Hess
4f26b59efc Parsing of calibration file with soft calibration information works now. 2006-08-22 20:13:44 +00:00
Frank Mori Hess
d686d1278f First pass at parsing additional calibration file elements which
support software calibration.
2006-08-22 18:14:22 +00:00
Ian Abbott
c17577318d Applied patch from David MacMahon <davidm -at- astro -dot- berkeley -dot- edu>.
Adds physical units support to comedilib demo programs.
I changed one of the format strings to help line up values better in the
'cmd' example.
2006-07-20 11:51:54 +00:00
Ian Abbott
d349d2e12b Use comedi_perror to report error if comedi_open fails, and exit with exit
code 1.
2006-07-13 17:06:33 +00:00
Ian Abbott
5706893a20 Applied patch from David MacMahon <davidm -at- astro -dot- berkeley -dot- edu>.
Add leading zeroes to subdevice flag values.
2006-07-13 12:45:26 +00:00
Ian Abbott
761ffc3e90 Applied (slightly modified) patch from David MacMahon
<davidm -at- astro -dot- berkeley -dot- edu>.
Reports specific error string (strerror(errno)) if comedi_open fails (I
changed the format slightly from David's).
Displays subdevice flags as a hexadecimal number.
2006-07-13 12:43:14 +00:00
Ian Abbott
f149577d8a Added AC_PROG_LIBTOOL, as suggested by the autotools. 2006-07-13 12:33:58 +00:00
Frank Mori Hess
44d71a63cf Patch from abbotti@mev.co.uk (Ian Abbott):
Fixes compile error with gcc 2.96.
2006-05-02 02:09:02 +00:00
Frank Mori Hess
3e2bc0f15a synced with comedi 2006-05-02 01:25:35 +00:00
Frank Mori Hess
0abfdd0a0e RTSI documentation from terry1@beam.ltd.uk (Terry Barnaby) 2006-05-02 01:21:46 +00:00
Frank Mori Hess
c548e18087 sync with comedi 2006-03-03 01:00:50 +00:00
Frank Mori Hess
64d90d7f37 Removed comedi_calibrate from subdirs, as it has been split into
its own module.  Fix is from Ian Abbott <abbotti@mev.co.uk>.
2006-02-15 22:27:00 +00:00
Frank Mori Hess
c632d4e636 Removed comedi_calibrate from comedilib, it is now in its own
module.
2006-02-05 20:56:11 +00:00
Frank Mori Hess
d4fd5f7b08 Make sure fine caldacs are reset before attempting to recalibrate
coarse caldacs for unipolar ai.
2006-02-03 01:06:30 +00:00
Frank Mori Hess
adac86b5d9 synced with comedi 2006-01-08 16:37:59 +00:00
Frank Mori Hess
0b55b0435d Added beginnings of support for m-series calibration. So far, it just
reads various internal calibration sources.
2006-01-04 02:55:40 +00:00
Frank Mori Hess
caedc7bf15 Made cmd demo work with SDF_LSAMPL subdevices. 2005-12-28 17:11:35 +00:00
David Schleef
96fab11cad Change Kurt Müller's email address 2005-11-04 01:21:42 +00:00
Frank Mori Hess
7d743ff497 new results 2005-11-03 01:24:38 +00:00
Frank Mori Hess
85237bcd52 MC pci-das6014 calibration looks good. 2005-11-03 01:21:38 +00:00
Frank Mori Hess
8ff9586edb sync comedi.h with comedi 2005-11-02 00:18:27 +00:00
Frank Mori Hess
904da61cb4 Added entry for MC pci-das6014 2005-11-02 00:12:31 +00:00
Frank Mori Hess
4fa75441de Update 6024e status to STATUS_DONE, and update results for same. 2005-10-06 22:20:56 +00:00
Frank Mori Hess
43c7a043b7 Added outline of code for loading pci-6052 caldacs from eeprom
(doesn't work yet).
2005-09-10 22:20:43 +00:00
Frank Mori Hess
47f1100bf9 Set status of at-mio-16xe-50 back to STATUS_DONE, as it seems to be
fine after all.
2005-09-09 01:06:25 +00:00
Frank Mori Hess
af6516b898 undo recent changes for AT-MIO-16XE-50, which were unproductive. 2005-08-27 00:36:44 +00:00
Frank Mori Hess
f96c37bb85 update at-mio-16de-10 to STATUS_DONE 2005-08-25 23:41:18 +00:00
Frank Mori Hess
602e201a54 new results 2005-08-25 23:38:03 +00:00
Frank Mori Hess
98b7dd53f6 fix AT-MIO-16XE-50 calibration to take into account coarse postgain
offset that it seems to have (not sure though).
2005-08-24 22:35:04 +00:00
Frank Mori Hess
be3faf44dd Added some diagnostics to try and figure out the 6052. 2005-08-22 00:06:05 +00:00
Frank Mori Hess
40b41587d7 updated results for at-mio-16xe-50 2005-08-14 21:34:36 +00:00
Frank Mori Hess
ede8fca244 update at-mio-16xe-50 status to STATUS_DONE 2005-08-14 21:31:43 +00:00
Frank Mori Hess
62264c3805 first try at at-mio-16de-10 calibration 2005-07-28 01:03:00 +00:00
Bernd Porr
909897a5c3 Changed the path so that the .conf files are copied in
the doc directory. Otherwise they would have ended up
in /usr/share.
2005-06-07 23:28:25 +00:00
Bernd Porr
47450e4387 Creates the proper so-version defined in configure.ac. 2005-06-07 23:27:00 +00:00
Bernd Porr
5ef66deba0 Documentation now goes in usr/share/doc/libcomedi0. This path
is just the same path debian is using for its own files
like README.debian or changlog. Thus, all the docu is then
in the same place.
2005-06-07 23:24:39 +00:00
Bernd Porr
b53b8933b7 Added variable for the documentation 2005-06-07 23:21:34 +00:00
Frank Mori Hess
45797fa801 add mention of defaults for --range, --subdevice, --channel, and
--subdevice options
2005-05-19 23:14:50 +00:00