Change the timeout to 1 second

This commit is contained in:
Raoul Snyman 2014-03-20 15:25:14 +02:00
parent 5a06899fd3
commit 7390b48664
1 changed files with 1 additions and 1 deletions

View File

@ -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