Please help

Could I install comedi drivers or similar in QNX 6.2?l
If not Where I find DAQ device driver package for QNX 6.2?

You don’t need no stinking device driver for I/O cards. Write your own functions to hit the hardware yourself. It’s easy. And often a library is all you’ll get from the card makers anyway.

Evanh is right. Comedi is too ‘big’ for a simple i/o card. I was looking at Comedi too but I dropped it and made something myself. If you need some examples on how to use I/O cards, buy Robert’QNX Cookbook and look at ADIOS or search for the in*() and out*() functions in the manual.

Happy coding,
Freddy