Commit graph

959 commits

Author SHA1 Message Date
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
Frank Mori Hess
4e8e8b8aa9 add missing whitespace on description of --help option 2005-05-17 01:35:36 +00:00
Frank Mori Hess
15317de0c3 removed debian files from cvs 2005-04-27 00:03:03 +00:00
Frank Mori Hess
58a2e315df return errors properly in comedi_mark_buffer_read() and
comedi_mark_buffer_written()
2005-04-25 21:43:37 +00:00
Frank Mori Hess
4f670c0248 fix for comedi_get_generic_timed() from Jan Gukelberger <g.u.g.i@gmx.de> 2005-04-25 21:41:48 +00:00
Frank Mori Hess
34ce707da0 update instructions for integrating new drivers 2005-04-11 02:13:43 +00:00
David Schleef
19442d5d06 Ugh, fix the soname problem 2005-04-07 22:36:05 +00:00
David Schleef
fb04c82005 Update from Comedi. 2005-04-07 22:33:36 +00:00
Frank Mori Hess
17b0ebbf7d sync with comedi 2005-03-22 02:05:11 +00:00
Frank Mori Hess
051314ac61 add description of --init-data options 2005-03-19 18:51:13 +00:00
Frank Mori Hess
e91b12f54d cleanup file pointers with fclose() 2005-03-19 00:57:00 +00:00
Bernd Porr
7c0ab8f2ac Fixed a segfault. The fopen command needs a string and not an integer
as flag. Every entry in the filename arrary is initally initialised
with "NULL".
2005-03-19 00:42:05 +00:00
Frank Mori Hess
de651eaca0 add support for multiple firmware files, and uploading firmware
on 64 bit arches
2005-03-17 17:28:19 +00:00
Frank Mori Hess
111541c2d3 sync with comedi 2005-03-17 17:27:12 +00:00