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
For Code 39 codes containing the string " 0 123", the contents transmitted will be " 1 123".
second character
replacement
For Code 39 codes containing the string " A BCD", the contents transmitted will be " B BCD".
DATA FORMAT
ASCII characters corresponding to
Code 39
the HEX value for character 0
+
+
ASCII characters corresponding to
Code 39
the HEX value for character A
+
+
ASCII characters corresponding to
the HEX value for character 1
30
+
ASCII characters corresponding to
the HEX value for character B
41
+
31
42
69