Hi,
I tried to disable reporting the check digit when I scan but it was unsuccessful.
What I tried:
Via EMDK settings:
Disable all reporting of check digit off all bar code
Is their a way to do it ?
Thanks
Disable report check digitHi, Disable all reporting of check digit off all bar code |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
Hi,
Check digits can be specific to that symbology, for example if I wanted to disable reporting of the Code 11 check digit I would call this API: ScannerConfig.DecoderParams.Code11 (app API) . Some symbologies have more complex check digit schemes for example MSI (ScannerConfig.DecoderParams.Msi (app API) ) can have one or two check digits.
I suggest you take a look at the decoder properties for the symbology you are decoding: ScannerConfig.DecoderParams (app API)
Darryn.