table of contents
comedi(7) | Miscellaneous Information Manual | comedi(7) |
NAME¶
comedi - the Linux Control and Measurement Device InterfaceSYNOPSIS¶
#include <comedi.h>#include <comedilib.h>
DESCRIPTION¶
The comedi package is a collection of hardware drivers, and the comedilib package is a collection of library routines that can be used to communicate with a variety of data acquisition boards, including A/D converters, D/A converters, digital I/O and timers.OTHER DOCUMENTATION¶
Hardware and driver configuration, and device-specific information, can be found in the comedi source, in the file Documentation/comedi/drivers.txt, or in the comedilib source, in the file doc/drivers.txt.Programming documentation for comedilib can be found in the Comedilib manual.