How to calculate the checksum of this data? – Flutter
I have the following data frame: AA3200010013000CAAAA000000000000000000043000010156EF79 "EF 79" is supposed to be the checksum. but I am not very sure how to get this value. in the documentation it says: Checksum: data CRC16 checksum except for frame head. The…