Specifications
Comedi
95 / 148
5.5.29 comedi_bond -- A driver to ’bond’ (merge) multiple subdevices from multiple devices together as one.
Author: ds
Status: works
This driver allows you to ’bond’ (merge) multiple comedi subdevices
(coming from possibly difference boards and/or drivers) together. For
example, if you had a board with 2 different DIO subdevices, and
another with 1 DIO subdevice, you could ’bond’ them with this driver
so that they look like one big fat DIO subdevice. This makes writing
applications slightly easier as you don’t have to worry about managing
different subdevices in the application -- you just worry about
indexing one linear array of channel id’s.
Right now only DIO subdevices are supported as that’s the personal itch
I am scratching with this driver. If you want to add support for AI and AO
subdevs, go right on ahead and do so!
Commands aren’t supported -- although it would be cool if they were.
Configuration Options:
List of comedi-minors to bond. All subdevices of the same type
within each minor will be concatenated together in the order given here.
5.5.30 comedi_parport -- Standard PC parallel port
Author: ds
Status: works in immediate mode
Manufacturer Device Name
standard parallel port comedi_parport
A cheap and easy way to get a few more digital I/O lines. Steal
additional parallel ports from old computers or your neighbors’
computers.
Option list:
0: I/O port base for the parallel port.
1: IRQ
Parallel Port Lines:
pin subdev chan aka
--- ------ ---- ---
1 2 0 strobe
2 0 0 data 0
3 0 1 data 1
4 0 2 data 2
5 0 3 data 3
6 0 4 data 4
7 0 5 data 5
8 0 6 data 6