--- a/slotUI/freeslot.py Sun Dec 22 01:50:59 2013 +0100 +++ b/slotUI/freeslot.py Sun Dec 22 02:42:03 2013 +0100 @@ -28,7 +28,7 @@ if self.connected: return True try: - self.com = serial.Serial(self.device, baudrate=self.speed, + self.com = serial.Serial(self.device, baudrate=self.speed, xonxoff=0, timeout=0.1) except serial.SerialException, err: print err