Barcode Processing Overview - LXE MX8 Reference Manual

Lxe mx8 microsoft windows ce 5.0 equipped handheld computer
Hide thumbs Also See for MX8:
Table of Contents

Advertisement

144

Barcode Processing Overview

Note:
The complete sequence of barcode processing is as follows:
1. Scanned barcode is tested for a code ID. If one is found, it is stripped from the data, and the
settings for the symbology specified are used. Otherwise, the All symbology settings are used.
2. If symbology is disabled, the scan is rejected.
3. If the length of data (minus the code ID) is out of specified Min/Max range, the scan is
rejected.
4. Strip leading data bytes unconditionally.
5. Strip trailing data bytes unconditionally.
6. Parse for, and strip if found, Barcode Data strings.
7. Replace any control characters with string, as configured.
8. Add prefix string to output buffer.
9. If Code ID is *not* stripped, add saved code ID from above to output buffer.
10. Add processed barcode string from above to output buffer.
11. Add suffix string to output buffer.
12. Add a terminating NUL to the output buffer, in case the data is processed as a string.
13. If key output is enabled, start the process to output keys. If control characters are encountered:
The data is ready to be read by applications.
See Barcode Processing Examples at the end of the Barcode Tab section.
See Valid VK Codes for CE.
MX8 Reference Guide
Steps 1-7 describe the barcode manipulation. Steps 8-12 describe how the manipulated
data is built. Step 13 describes how the manipulated data is output.
If Translate All is set, key is translated to CTRL + char, and output.
If Translate All is not set, and key has a valid VK code, key is output.
Otherwise, key is ignored (not output).
Barcode Processing Overview
E-EQ-MX8RG-A

Advertisement

Table of Contents
loading

Table of Contents