C O N F I D E N T I A L
Paper roll
Bar code commands GS h
Ver. 4.0
p. 1257
GS h
[Name]
Set bar code height
[Format]
ASCI
GS
h
n
Hex
1D
68
n
Decimal
29
104
n
[Range]
1
≤
n
≤
255
[Default]
TM-T88II
,
TM-L60II
:
n
= 162
[Printers not featuring this command]
TM-U200B/D,
TM-U300A/B
[Description]
Sets the height of a bar code.
•
n
specifies number of dots in the vertical direction of a bar code.
[Model-dependent variations]
Program Example for all printers
Print Sample
PRINT #1, CHR$(&H1D);"h";CHR$(50);
←
Set height to 50
PRINT #1, CHR$(&H1D);"k";CHR$(2);
←
Print bar code
PRINT #1, "496595707379";CHR$(0);
PRINT #1, CHR$(&HA);
PRINT #1, CHR$(&H1D);"h";CHR$(100);
←
Set height to 100
PRINT #1, CHR$(&H1D);"k";CHR$(2);
←
Print bar code
PRINT #1, "496595707379";CHR$(0);
←
Height: 50
←
Height: 100