This commit is contained in:
2020-08-29 12:48:01 +01:00
parent f842b2a03b
commit 67035fe249

View File

@ -135,7 +135,7 @@ class MeterbusSerial(object):
print("Waiting for input ... ")
c = self.port.read()
print("State {}, Octet {:02X}".format(state, c[0]))
print("State {}, Octet {:02X}".format(state, ord(c)))