User`s guide
Chapter
5
BASIC
Commands
59
Remarks
"A%" is an integer variable to be assigned to the result.
The following list shows the possible values of CODE_TYPE.
Symbology Type Symbology Type
Code 39 65(A) EAN8 77(M)
Italian Pharmacode 66(B) EAN8 with Addon 2 78(N)
CIP 39 67(C) EAN8 with Addon 5 79(O)
Industrial 25 68(D) EAN13 80(P)
Interleave 25 69(E) EAN13 with Addon 2 81(Q)
Matrix 25 70(F) EAN13 with Addon 5 82(R)
Codabar (NW7) 71(G) MSI 83(S)
Code 93 72(H) Plessey 84(T)
Code 128 73(I) EAN 128 85(U)
UPCE 74(J)
UPCE with Addon 2 75(K) Telepen 90 (Z)
UPCE with Addon5 76(L) RSS14 91 ([)
Example
...
CheckCodeType:
IF CODE_TYPE = 65 THEN
BcrType$ = "Code 39"
ELSE IF CODE_TYPE = 66 THEN
BcrType$ = "Italian Pharmacode"
...
END IF
PRINT "Code Type:", BcrType$
RETURN
See Also
GET_READER_SETTING, READER_SETTING
DISABLE READER
Purpose
To disable the reader ports of the terminal.
Syntax
DISABLE READER(N%)
Remarks
"N%" is an integer variable, indicating the reader port; it is 1 for portable terminals.