From 2426dcefc8a2f6b0209a0eeafc8499aa4a7551c3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 17 May 2015 20:56:04 +0200 Subject: hatire: don't wait for response on all devices, not just win32 --- ftnoir_tracker_hatire/ftnoir_tracker_hat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftnoir_tracker_hatire/ftnoir_tracker_hat.cpp b/ftnoir_tracker_hatire/ftnoir_tracker_hat.cpp index c3ec6029..5a4e9c74 100644 --- a/ftnoir_tracker_hatire/ftnoir_tracker_hat.cpp +++ b/ftnoir_tracker_hatire/ftnoir_tracker_hat.cpp @@ -185,7 +185,7 @@ void FTNoIR_Tracker::sendcmd(const QByteArray &cmd) { Msg.append(cmd); Msg.append("'\r\n"); } - #ifndef _WIN32 // WaitForReadyRead isn't working well and there are some reports of it being a win32 issue. We can live without it anyway + #if 0 // WaitForReadyRead isn't working well and there are some reports of it being a win32 issue. We can live without it anyway if ( !ComPort->waitForReadyRead(1000)) { emit sendMsgInfo("TimeOut in response to CMD") ; } else { -- cgit v1.2.3