diff --git a/python/__init__.py b/python/__init__.py index dc1c892..7c979b5 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -598,7 +598,7 @@ class Panda(object): if DEBUG and len(ret) > 0: print("kline recv: " + binascii.hexlify(ret)) echo += ret - return str(echo) + return bytes(echo) def kline_send(self, x, bus=2, checksum=True): def get_checksum(dat):