Specifications
Table Of Contents
- CONTENTS
- GENERAL VIEW
- INTRODUCTION
- INSTALLATION
- GRYPHON™ MX30 SYSTEM AND NETWORK LAYOUTS
- CONFIGURATION
- RS232 PARAMETERS
- USB PARAMETERS
- WEDGE PARAMETERS
- PEN EMULATION
- DATA FORMAT
- POWER SAVE
- READING PARAMETERS
- DECODING PARAMETERS
- CODE SELECTION
- ADVANCED FORMATTING
- RADIO PARAMETERS
- REFERENCES
- TECHNICAL FEATURES
- A HOST CONFIGURATION STRINGS
- B CODE IDENTIFIER TABLE
- C HEX AND NUMERIC TABLE

Enter Configuration Exit and Save Configuration
Ì$+;Î
DATA FORMAT
Ì$
-
?Î
Example:
The following strings define:
1. First Character Replacement: substitution in Code 39 barcodes of all occurrences of the 0
character with the 1 character.
2. Second Character Replacement: substitution in Code 39 barcodes of all occurrences of
the A character with the B character.
first character replacement
Code 39
ASCII characters corresponding
to the HEX value for character 0
ASCII characters corresponding
to the HEX value for character 1
ÌEO1pÎ
+
ÌVWÎ
+
30
+
31
For Code 39 codes containing the string "0123", the contents transmitted will be "1123".
second character
replacement
Code 39
ASCII characters corresponding
to the HEX value for character A
ASCII characters corresponding
to the HEX value for character B
ÌEO2sÎ
+
ÌVWÎ
+
41
+
42
For Code 39 codes containing the string "ABCD", the contents transmitted will be "BBCD".
69