This commit is contained in:
Wolfgang Hottgenroth 2020-08-26 20:32:33 +02:00
parent 85f8015c2f
commit 827ebbe7f1
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

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)