PDA

View Full Version : QT device driver access


asankaan
10-03-05, 04:33 AM
HI,

I'm developing a GUI for a control system using QT which operates on a character device driver. In driver i use IOCTL for user interactions. In C all works well. But when I use the same coding in QT functions, it fails. What might be wrong? Is it possible to achieve my requirment with QT? :(

Thanks.
Asanka.