Advanced Scanner Configuration Guide 49
Revision: 2.0 , technical changes excepted
AIM Code Identifiers
Each AIM Code Identifier contains the three-character string ]cm where:
] = Flag Character (ASCII 93)
c = Code Character (see Table B-1)
m = Modifier Character (see Table B-2).
Table B-1. Code Characters
Code Character Code Type
A Code 39
C Code 128
E UPC/EAN
F Codabar
G Code 93
H Code 11
I Interleaved 2 of 5
M MSI
S D2 of 5, IATA 2 of 5
X Code 39 Trioptic, Bookland EAN
e RSS
The modifier character is the sum of the applicable option values based on the following table.
Table B-2. Modifier Characters
Code Type Option Value Option
Code 39
0 No Check character or Full ASCII processing.
1 Reader has checked one check character.
3 Reader has checked and stripped check character.
4 Reader has performed Full ASCII character conversion.
5
Reader has performed Full ASCII character conversion and checked one
check character.
7
Reader has performed Full ASCII character conversion and checked and
stripped check character.
Example: A Full ASCII bar code with check character W, A+I+MI+DW, is transmitted as
]A7AimId where 7 = (3+4).