|
|align="center" | The downloading and use of any Opticon software implies consent with Opticon's [[EULA | End User License Agreement]]. |
|
|align="center" | The downloading and use of any Opticon software implies consent with Opticon's [[EULA | End User License Agreement]]. |
- |
==Setup & Configuration==
|
|
|
|
: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: |
|
: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: |
|
:<pre>BarcodeReader.BCRSettings.CodeOptions[SYMBOLOGY_ID.CODE_UPC_E].dwTransmitCD = BCR_CODE_OPTIONS_TRANSMITCD.BCR_UPC_LEADING0_TRANSMITCD</pre> |
|
:<pre>BarcodeReader.BCRSettings.CodeOptions[SYMBOLOGY_ID.CODE_UPC_E].dwTransmitCD = BCR_CODE_OPTIONS_TRANSMITCD.BCR_UPC_LEADING0_TRANSMITCD</pre> |
- |
==OS Release Log==
|
+ |
===How do I strip out the 18th digit from vin numbers===
|
|
|
+ |
#Navigate to 'Start' > 'Settings' > 'System' > 'Scanner Settings' > 'Code Options' (tab)
|
|
|
+ |
#Select UPC-A when prompted
|
|
|
+ |
#under section 'Transmit CD' change to "No leading zero, not transmit CD"
|
|
|
+ |
#Tap 'Additional Settings' (tab)
|
|
|
+ |
#the text "HC" is present by default. Go to a new line and type the following exactly as you see it here: [A00[A0X0C[A0Y[A10[A14Q0Q1[A1CQ0Q0[A1L[A18[A1F
|
|
|
+ |
#Tap 'ok' to save the text file
|
|
|
+ |
#Tap 'Update' to save these settings
|
|
|
+ |
#You should see a popup containing 'Transmit command success'. If you do not please start again at step 1.
|
|
|
+ |
#Tap 'ok on the popup and 'ok' again to close the scanner settings.
|
|
|
+ |
#You will see a 'wait' icon for a second or two and when gone you are ready to go.
|