I'm trying to scan a DHL label on a TC20 with the EMDK in a Xamarin application. Unfortunately, I am not getting any feedback. The barcode is called the Identcode. I can scan the barcode in the Zebra Demo App.
I've tried many different settings but unfortunately it doesn't work. An image of the barcode to be scanned is attached.
config.DecoderParams.I2of5.Enabled = true;
//config.DecoderParams.I2of5.Length1 = 55;
//config.DecoderParams.I2of5.Length2 = 55;
//config.DecoderParams.I2of5.Redundancy = false;
//config.DecoderParams.I2of5.ConvertToEan13 = false;
//config.DecoderParams.I2of5.ReportCheckDigit = false;
config.DecoderParams.I2of5.SecurityLevel = ScannerConfig.SecurityLevel.Level3;