We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba4084 commit ccd35e9Copy full SHA for ccd35e9
Arduino/arduino.py
100644
100755
@@ -66,7 +66,7 @@ def find_port(baud, timeout):
66
log.debug('Found{0}, testing...'.format(p))
67
try:
68
sr=serial.Serial(p, baud, timeout=timeout)
69
-exceptserial.serialutil.SerialExceptionase:
+except(serial.serialutil.SerialException, OSError)ase:
70
log.debug(str(e))
71
continue
72
time.sleep(2)
0 commit comments