This commit is contained in:
yohan 2024-06-08 09:53:53 +02:00
parent f192651650
commit bdbbbaecaf

View File

@ -74,7 +74,7 @@ if action != 'status':
bytes = ser.readline()
#print ('Renvoie :\r\n' + bytes)
ser.write('?RLY\r\n')
ser.write('?RLY\r\n'.encode('ascii'))
answer = ser.readline()
status = ''
for char in answer: