This commit is contained in:
2020-08-26 20:32:33 +02:00
parent 85f8015c2f
commit 827ebbe7f1

View File

@ -102,6 +102,7 @@ class MeterbusSerial(object):
def shortFrameRequest(self, cmd, addr):
chksum = (cmd + addr) & 0x00ff
msg = bytearray([0x10, cmd, addr, chksum, 0x16])
print(msg)
frontendSample()
frontendRxEnable(False)