added ascii decode

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-08-12 02:17:50 +02:00
parent 9579055ca6
commit 1660b75af7
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ host = serial.Serial('COM3', 9600)
while True:
output = host.readline()
print(output)
print(output.decode("ASCII"))