diff --git a/pc-client/main.py b/pc-client/main.py index a0428e3..4b68de5 100644 --- a/pc-client/main.py +++ b/pc-client/main.py @@ -16,7 +16,7 @@ host = serial.Serial('COM3', 9600) while True: try: output = str(host.readline()) - output.replace("\r\n", "") + output.replace("\r\n'", "") output.replace("b'", "") print(output) except KeyboardInterrupt: