How to remove check digit from a barcode
Posted
by Teddy
on Stack Overflow
See other posts from Stack Overflow
or by Teddy
Published on 2010-05-13T06:41:50Z
Indexed on
2010/05/13
7:14 UTC
Read the original article
Hit count: 521
Hi.
I have barcodes generated with Code 39 symbology. Some of the barcodes contain check digit, and some does not. So, how can I prevent barcode scanner to pass the check digit to the pc? Or is there another way I can check if the barcode has a check digit in .Net? For example, the encoded data is 1642, but the the barcode scanner reads 16425 and I might have data a barcode with encoded data 16425. I need to distinguish both cases either in the code, or in the barcode scanner.
Thanks.
© Stack Overflow or respective owner