comedi_config --version (return code: 0)
comedi_config version 0.7.16
comedi_config (return code: 1)
comedi_config version 0.7.16
usage: comedi_config [OPTIONS] <device file> [<driver> <opt1>,<opt2>,...]
OPTIONS:
-v, --verbose
verbose output
-q, --quiet
quiet output
-V, --version
print program version
-i, --init-data, --init-data0 <filename>
Use file for driver initialization data, typically firmware code.
--init-data1 <filename>
--init-data2 <filename>
--init-data3 <filename>
Some drivers require multiple files of initialization data. Use these
options to specify them. See the driver-specific documentation for further details.
-r, --remove
remove previously configured driver
--read-buffer <size>
set buffer size in kilobytes used for reading
--write-buffer <size>
set buffer size in kilobytes used for writing
<optN> are integers whose interpretation is driver dependent.
In general, for PCI boards, <opt1> and <opt2> refer to the bus/slot
indices of the board. If not specified, a board will automatically
be chosen. For non-PCI boards, <opt1> specifies the I/O port base
address and, if applicable, <opt2> specifies the IRQ. Additional
options may be useful, see the Comedi documentation for details.