summaryrefslogtreecommitdiff
path: root/serial.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QApplication::processEvents() would not work under Linux if ACK bytes are to ↵HEADmasterXavier ASUS2018-11-301-0/+7
be received from the target device. This has been changed by a call to a blocking function which ensures input data has been received.