Created
June 14, 2013 10:46
-
-
Save alepez/5780966 to your computer and use it in GitHub Desktop.
R: hexadecimal sum modulus 256 (samsung rs232 checksum)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sprintf("%02x", (0x11+0xff+0x01+0x01) %% 256) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment