From 7390b48664601f97e10ff43cc95e457c895a5f01 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 20 Mar 2014 15:25:14 +0200 Subject: [PATCH] Change the timeout to 1 second --- colourterm/mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colourterm/mainwindow.py b/colourterm/mainwindow.py index 6c353a7..dcd9536 100644 --- a/colourterm/mainwindow.py +++ b/colourterm/mainwindow.py @@ -245,7 +245,7 @@ class MainWindow(QtGui.QMainWindow, UiMainWindow): bytesize=self.connect_dialog.get_data_bits(), parity=self.connect_dialog.get_parity(), stopbits=self.connect_dialog.get_stop_bits(), - timeout=0, + timeout=1, xonxoff=self.connect_dialog.get_software_handshake(), rtscts=self.connect_dialog.get_hardware_handshake(), dsrdtr=None