Epson TM-U210 Printer User Manual


 
CONFIDENTIAL
Paper roll Bar code commands GS h
Ver. 10.01 p. 343
GS h
SETTING COMMAND
[Name] Set bar code height
[Format] ASCII GS h
n
Hex 1D 68
n
Decimal 29 104
n
[Range] 1
n
255
[Default] TM-J2000/J2100, TM-T90, TM-T88III, TM-L90, TM-L60II, TM-P60:
n
= 162
[Printers not featuring this command] TM-U230, TM-U220, TM-U210, TM-U300A/B
[Description] Sets the height of a bar code to
n
dots.
[Notes]
The units for
n
depend on the printer model.
This command setting is effective until performing of ESC @, reset or power-off.
[Model-dependent variations] TM-J2000/J2100, TM-T90, TM-L90, TM-T88III, TM-L60II, TM-P60
TM-J2000/J2100
A set unit is one dot. One dot corresponds to 0.141 mm {1/180 inch}.
TM-T88III
A set unit is one dot. One dot corresponds to 0.141 mm {1/180 inch}.
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
Bar code commands
-‘