Zebra 01219-901 Manual De Usuario

Descargar
Página de 116
43
Programming
Software Command Syntax
03/03/2009
TTP 1020™/TTP 1030™ Technical Manual
P1003643-001
Prints a black & white Windows bitmap at the specified X-Y position. The bitmap must be a 
complete Windows bitmap (BMP-file) where the data starts with BM.
After the bitmap has been printed, the cursor will return to the X-position that it had before the 
bitmap command was issued.
Selecting horizontal mode (with ESC o 0) prints the image in portrait orientation, while 
selecting the vertical mode (with ESC o 1) prints the image in landscape orientation.
Prints a ruler line across the paper.
A ruler line is normally used to divide the receipt into logical parts to make it easier to read. A 
ruler line is actually an area defined by a start X-Y position and a stop X-Y position. This area 
is filled with black or a checkered pattern.
ESC b
n1 x1 x2 y1 y2 data
Print bitmap image
1B
62
n1
x1
x2
y1
y2
data
hex
027
98
n1
x1
x2
y1
y2
data
decimal
n1
Always 0
x1x2
Two byte definition of the X print position (in pixels).
y1y2
Two byte definition of the Y print position (in pixels).
data
Bitmap data.
Note • 
The Y print-position and horizontal/vertical orientation only works if fixed page 
length is used. Start a page by specifying page length for example <ESC>C<003><032>, 
then turn off auto page length with <ESC>c<000>.
ESC r
n
Print ruler line
1B
73
n hex
027
115
n decimal
x1x2
Two byte definition of the X start position 
y1y2
Two byte definition of the Y start position 
x3x4
Two byte definition of the X stop position (must be larger than x1x2)
y3y4
Two byte definition of the Y stop position (must be larger than y1y2) 
p1
Fill pattern, 0=black, 3= Checkered