C O N F I D E N T I A L
Paper roll
Bar code commands GS w
Ver. 4.0
p. 1267
GS w
[Name]
Set bar code width
[Format]
ASCII
GS
w
n
Hex
1D
77
n
Decimal
29
119
n
[Range]
TM-T88II
,
TM-L60II
: 2
≤
n
≤
6
[Default]
TM-T88II
,
TM-L60II
:
n
= 3
[Printers not featuring this command]
TM-U200B/D,
TM-U300A/B
[Description]
Sets the horizontal size of a bar code.
•
n
specifies the bar code width.
[Note]
■
The units for
n
depend on the printer model.
[Model-dependent variations]
Program Example for all printers
Print Sample
PRINT #1, CHR$(&H1D);"h";CHR$(80);
←
Set height
PRINT #1, CHR$(&H1D);"w";CHR$(3);
←
Set width size to 3
PRINT #1, CHR$(&H1D);"k";CHR$(2);
←
Print bar code
PRINT #1, "496595707379";CHR$(0);
PRINT #1, CHR$(&HA);
PRINT #1, CHR$(&H1D);"w";CHR$(4);
←
Set width size to 4
PRINT #1, CHR$(&H1D);"k";CHR$(2);
←
Print bar code
PRINT #1, "496595707379";CHR$(0);
PRINT #1, CHR$(&HA);
PRINT #1, CHR$(&H1D);"w";CHR$(5);
←
Set width size to 5
PRINT #1, CHR$(&H1D);"k";CHR$(2);
←
Print bar code
PRINT #1, "496595707379";CHR$(0);
←
Width size 3
←
Width size 4
←
Width size 5