I want to add the default Windows Mobile camera interface to my .NET app, so that users can take pictures. How do I do that?
Does the H21 SDK have classes to manage and communicate via the IrDA port?
Universal Menu Book commands that deal with symbology options return false when sent with the BarcodeDecoder.SendCommand() method. What's going on?
If you bring up the ScannerManager app, and go to the Code Options tab, you can hold down the stylus on a symbology and bring up an options page for that symbology. You're able to set different symbology options there. In code, say you wanted to send the leading check digit of UPCE codes (menu book code 'E6') to distinguish between UPCE0 and UPCE1. You would do this:
BarcodeReader.BCRSettings.CodeOptions[SYMBOLOGY_ID.CODE_UPC_E].dwTransmitCD = BCR_CODE_OPTIONS_TRANSMITCD.BCR_UPC_LEADING0_TRANSMITCD