Check Digit Verification and Transmition

A check digit is optional for Codabar and can be added as the last digit. It is a calculated value used to verify the accuracy of the data.
Disable: The scanner transmits Codabar barcodes as it is.
Do Not Transmit Check Digit After Parity Check: The scanner will run a parity check using the last digit of Codabar barcode as check digit. Barcodes passing the check will be transmitted except the last digit, whereas those failing it will not be transmitted.
Transmit Check Digit After Parity Check: The scanner will run a parity check using the last digit of Codabar barcode as check digit. Barcodes passing the check will be transmitted, whereas those failing it will not be transmitted.

ct.symbologies.codabar.check.disable
S02008C


[ * Disable ]
ct.symbologies.codabar.check.check_no_transmit
S06028C


[ Do Not Transmit Check Digit After Parity Check ]
ct.symbologies.codabar.check.check_and_transmit
S06068C


[ Transmit Check Digit After Parity Check ]