
• CODE-93 (L)
[Syntax]
L [:[min.no.digits[-max.no.digits]][;[1
st
character[2
nd
character]]]]
The min.no.digits and max.no.digits are the minimum and maximum numbers of barcode digits,
respectively. Values can be specified between 1 and 99, however, this does not include the start
character, stop character or check digit. The min.no.digits and max.no.digits must satisfy the
following condition:
min.no.digits ≤ max.no.digits
If both min.no.digits and max.no.digits are omitted, it will be possible to read barcodes
from 1 to 99 digits. If only the max.no.digits is omitted, the BHT will only be able to read
barcodes with as many digits as specified by min.no.digits.
Neither start/stop characters nor check digit(s) are transferred to the barcode buffer.
To specify multi-line code reading, specify "&" followed by the above syntax as many times as the
number of rows to be read. In the above syntax, information following ";" is valid only for multi-line
code reading. Specify numerals between 0 and 9 for the 1st and 2nd characters.
[Ex.] Read two lines of Code 128.
[VB] MyScanner.RdType = "&,L:;12,L:;23"
[C#] MyScanner.RdType = "&,L:;12,L:;23";
109
Comentarios a estos manuales