Hi,
I'm working right now with an embedded application and I'd like to know if any of you has an idea about how do I make Qt recognize the EQEP drivers for my card.
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I'm working right now with an embedded application and I'd like to know if any of you has an idea about how do I make Qt recognize the EQEP drivers for my card.
Thanks!
Claudia,
Qt, will not recognize any device automatically. You will need to write code in your Qt application that opens the device, probably using QFile. This article should help:
http://wiki.davincidsp.com/index.php/Omapl137_linux_eqep_driver
Regards, Clay