问题描述
import crc8
data = b'\xf8\xff\xff\xff\xeaB\x8a\x04[H\x9d\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9a(\x00\xb6\xc3&\x00,\xd9&\x00\xba\xdf&\x00\x05\xe0%\x00\x0b\x80#\x00\x1bJ$\x00\x86\x86\x15\x00\x04w\x13\x00\x00\x00\x00\x007\x935\x00\x11\x8e&\x00\xfa\x01M\x02\xe7\x01\x17\x02\xf0\x01\x08\x02\xfd\x02\x11"201109095012`_\x00\x05\n\x00\x00\x00'
hash = crc8.crc8()
hash.update(data)
hash.hexdigest()
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)