Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

comedi(7) [debian man page]

comedi(7)						 Miscellaneous Information Manual						 comedi(7)

NAME
comedi - the Linux Control and Measurement Device Interface SYNOPSIS
#include <comedi.h> DESCRIPTION
The comedi package is a collection of hardware drivers and library routines that can be used to communicate with a variety of data acquisi- tion 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 souce, in the file Documenta- tion/comedi/drivers.txt. Programming documentation for comedilib can be found in /usr/share/doc/comedilib, or also at http://www.comedi.org/comedi. SEE ALSO
comedi_config(8), comedi_calibrate(8) VERSION
0.7.x AUTHOR
David Schleef, <ds@schleef.org> comedi(7)

Check Out this Related Man Page

COMEDI_GET_DRIVER_NA(3) 					 Comedi reference					   COMEDI_GET_DRIVER_NA(3)

NAME
comedi_get_driver_name - Comedi driver name SYNOPSIS
#include <comedilib.h> char * comedi_get_driver_name(comedi_t * device); DESCRIPTION
The function comedi_get_driver_name returns a pointer to a string containing the name of the driver being used by comedi for the comedi device represented by device. This pointer is valid until the device is closed. This function returns NULL if there is an error. AUTHORS
David Schleef <ds@schleef.org> Author. Frank Mori Hess <fmhess@users.sourceforge.net> Author. Herman Bruyninckx <Herman.Bruyninckx@mech.kuleuven.ac.be> Author. Bernd Porr <tech@linux-usb-daq.co.uk> Author. Ian Abbott <abbotti@mev.co.uk> Author. COPYRIGHT
Copyright (C) 1998-2003 David Schleef Copyright (C) 2001-2003, 2005, 2008 Frank Mori Hess Copyright (C) 2002-2003 Herman Bruyninckx Copyright (C) 2012 Bernd Porr Copyright (C) 2012 Ian Abbott This document is part of Comedilib. In the context of this document, the term "source code" as defined by the license is interpreted as the XML source. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 2.1 of the License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. Comedi 07/06/2012 COMEDI_GET_DRIVER_NA(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Most advanced opensource OS that is resellable

I would like to know what version of linux or unix is the most advanced AND that I can reconfigure and resell. I know this is WAY over my head, but I think it would be fun to learn unix, and I want to know that I could sell any work I do on it (ignoring the fact that it would be hard to sell my... (7 Replies)
Discussion started by: 903029m3k
7 Replies

2. UNIX for Dummies Questions & Answers

Information about Unix System Administration

I'm a newbie so I'm not sure if I'm posting this in the right section... if I didn't, please forgive me :) I've been looking all over the web for information on system administration. I'd like to become a Unix System Administrator but I want to find some more info about the job. Can someone please... (54 Replies)
Discussion started by: hpicracing
54 Replies

3. Homework & Coursework Questions

Awk Script that implements a report writer

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Write an awk script that implements a report writer. Here is what I need to do: The report computes summary data... (9 Replies)
Discussion started by: bravens52
9 Replies

4. Homework & Coursework Questions

help with awk script

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: The script should compute the sale amounts per associate for the year 2010 and print them in a sorted list... (1 Reply)
Discussion started by: Jeffthrow5
1 Replies