Resolved! proper way to read /dev/ttyrpmsg0
Hi,I am executing echo_tty_echo example and trying to get the messages coming from m4 inside qt program as follows: QString line; QStringList list1; char buff[100]; while (1) { QProcess::execute("echo hello > /dev/ttyRPMSG0"); QFi...