Unable to read rpmsg using QFile
Unsolved
Mobile and Embedded
-
Hello,
I'm using am335x starter kit with Qt creator 5.7 ,board library version is same .I'm trying to communicate with remote processor using rpmsg.I can write to rpmsg file which can be seen from remote core but while trying to read rpmsg file nothing works.I'm using QFile Class.
Tried:-
file.atEnd
file.readLine -
Hi and welcome to devnet,
Can you give more details about how it's working ?
Also, please show the code you are using.