
59
Programming
Software command syntax
10/22/2008 TTP2100 Technical Manual P1003640-001
Prints a ruler line across the paper.
A ruler line is normally used to divide the printout 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 r n1...n9
Print Ruler Line
1B 72 n1...n9 hex
27 114 n1...n9 decimal
n1n2 Two byte definition of the X start position
n3n4 Two byte definition of the Y start position
n5n6 Two byte definition of the X stop position (must be larger than x1x2)
n7n9 Two byte definition of the Y stop position (must be larger than y1y2)
n9 Fill pattern:
0=black 1=fine 2=medium 3=coarse
Comentarios a estos manuales