parent
9579055ca6
commit
1660b75af7
|
@ -15,4 +15,4 @@ host = serial.Serial('COM3', 9600)
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
output = host.readline()
|
output = host.readline()
|
||||||
print(output)
|
print(output.decode("ASCII"))
|
Loading…
Reference in New Issue