binascii

Python crc_hqx(data, value) proper implementation

Python crc_hqx(data, value) proper implementation Question: Solved! Thank you rcgdlr. I am just learning about CRCs and am unsure my implementation is correct. I have a number of questions: Do I include the crc in the data portion (I believe I do but I’m unsure; could it depend on the implementation)? bytes_trans = cmd_in[5:-2] # …

Total answers: 1