Re: Analog Input via "Commands"

>     cmd->data           = sample;
>     cmd->data_len       = sizeof(sample);
>

The data member isn't used.  In kcomedilib, you have to pass the address of 
a pointer to comedi_map to get a pointer to comedi's buffer.

-- 
Frank

Received on 2005-04-10Z19:27:22