CONFIDENTIAL
Paper roll Bar code commands GS H
Ver. 10.01 p. 339
■ HRI character is Human Readable Interpretation character indicated with bar code.
Program Example for all printers Print Sample
PRINT #1, CHR$(&H1D);"h";CHR$(80); ← Set height
PRINT #1, CHR$(&H1D);"f";CHR$(0); ← Select font
FOR n=0 to 3
PRINT #1, CHR$(&H1D);"H";CHR$(n); ← Select print position
PRINT #1, CHR$(&H1D);"k";CHR$(2); ← Print bar code
PRINT #1, "496595707379";CHR$(0);
PRINT #1, CHR$(&HA);
NEXT n
← GS H 0
← GS H 1
← GS H 2
← GS H 3