
- 92 -
BHT-200B
The BHT-200B supports universal product codes, Interleaved 2of5 (ITF), Codabar (NW-7), Code-39,
Code-93, Code-128, Standard 2of5 (STF), and MSI. It can also read EAN-128 if Code-128 is specified.
• Universal product codes (A)
[Syntax]
A [:[code] [1
st
character [2
nd
character]][supplemental]]
Specify a code from one of the following.
Code Barcode Type
A EAN-13 (JAN-13), UPC-A
B EAN-8 (JAN-8)
C UPC-E
If the code is omitted, it will be possible to read any of the above universal product codes.
The 1
st
character and 2
nd
character are flag characters representing the country code, and each must
be a numeral between 0 and 9 (inclusive). If a question mark (?) is specified for the 1
st
character or 2
nd
character, it is treated as a wild card.
“supplemental” refers to the reading of an add-on code. Specifying an S for add-on enables the BHT to
read barcodes with an add-on code also.
[Ex.]) To enable the BHT to scan EAN-13 with 1
st
character "4", 2
nd
character "9", and
add-on code:
[VB] MyScanner.RdType = "A:49S"
[C#] MyScanner.RdType = "A49S";
[Ex.] To enable the BHT to scan EAN-13 and EAN-8 only:
[VB] MyScanner.RdType = "A:A,A:B"
[C#] MyScanner.RdType = "A:A,A:B";
Comentários a estes Manuais