From e67ae8402090ae7a242a4c2030042b571228bffc Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Fri, 30 Nov 2018 01:37:33 +0100 Subject: QApplication::processEvents() would not work under Linux if ACK bytes are to be received from the target device. This has been changed by a call to a blocking function which ensures input data has been received. --- serial.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 serial.cpp (limited to 'serial.cpp') diff --git a/serial.cpp b/serial.cpp new file mode 100644 index 0000000..78082f7 --- /dev/null +++ b/serial.cpp @@ -0,0 +1,7 @@ +#include "serial.hpp" + +Serial::Serial(QObject *parent) : + QObject(parent) +{ + +} -- cgit v1.2.3