I am doing a POS application. To acquire data, I am using a barcode scanner.
I wanted to add a checksum to the code read by the scanner. The checksum should be 1 digit.
What I have in mind is something like the ISBN number for books, where the last digit is also a checksum value. Any ideas on algorithms how to calculate a checksum from a serious of numerical values?
thank you,
I wanted to add a checksum to the code read by the scanner. The checksum should be 1 digit.
What I have in mind is something like the ISBN number for books, where the last digit is also a checksum value. Any ideas on algorithms how to calculate a checksum from a serious of numerical values?
thank you,