Open a character device
General and Desktop
7
Posts
2
Posters
2.7k
Views
1
Watching
-
Hai, We created character device in dev/ folder.
from normal c application to open device in this folder we use open() system call, read the data from that using read().
my question is from Qt how can I open the device and read the data from that device?
I tired using QFile, but it is not opened.
can any one give some example regarding this
Thanks in advance