diff --git a/pc-client/main.py b/pc-client/main.py index 345f7fb..a71290d 100644 --- a/pc-client/main.py +++ b/pc-client/main.py @@ -15,4 +15,4 @@ host = serial.Serial('COM3', 9600) while True: output = host.readline() - print(output) \ No newline at end of file + print(output.decode("ASCII")) \ No newline at end of file