Placa y arreglos #13

Closed
fauno wants to merge 7 commits from placa-y-arreglos into master
Showing only changes of commit a70d4734b7 - Show all commits

View file

@ -10,7 +10,7 @@ ser = serial.Serial(
parity=serial.PARITY_NONE, parity=serial.PARITY_NONE,
stopbits=serial.STOPBITS_ONE, stopbits=serial.STOPBITS_ONE,
bytesize=serial.EIGHTBITS, bytesize=serial.EIGHTBITS,
timeout=1 timeout=2
) )
ser.flush() ser.flush()
@ -28,7 +28,3 @@ while True:
break break
quit() quit()