"Basham, Richard R" wrote: > > I have a little experience with Comedi and a PCI-6033E. > > If you want, you can specify a number of analog input channels to take > samples. You also specify that the card is to produce an interrupt at the > end of the conversion. You create a setup routine that must be called from Do I need to use comedi_command and the command structure? And how?
> init_module() to specify the parameters. In this setup routine you specify > a thread to handle the interrupt generated by the card. You also specify > the frequency at which you would like the conversions to take place. You > can do all of your single sample processing inside that thread. Could you send me an example of this setup routine? thanks -- Massimiliano Cialdi [EMAIL PROTECTED] [EMAIL PROTECTED] -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
