Serial Port Issue
-
I am working on a Serial port Communication Application where at every one second I am reading the data from the PCB board and writing the acknowledgement for that. But I am facing an issue after some time i am unable to write on the board and recieving bytes in the buffer is also zero but i have checked that there is data on the board using serial port application like tera term and gtkterm.
if anyone knows why this behaviour is happening. Please help.
PS: I am using Ubuntu 22.04 based IPC. -
I am working on a Serial port Communication Application where at every one second I am reading the data from the PCB board and writing the acknowledgement for that. But I am facing an issue after some time i am unable to write on the board and recieving bytes in the buffer is also zero but i have checked that there is data on the board using serial port application like tera term and gtkterm.
if anyone knows why this behaviour is happening. Please help.
PS: I am using Ubuntu 22.04 based IPC.@Shashwat You will have to provide more information (even better relevant code). You did not even mention whether you're using https://doc.qt.io/qt-6/qtserialport-index.html