Sets the print starting position to the specified number of
dots (1/180 inch units) from the beginning of the line.
- Divide the number of dots by 256. The integer answer is
n2 and the remainder is n1. Therefore, the print starting
position becomes n1+n2X256 from the beginning of the
line.
- Any specification that exceeds the end of the line is ignored.
Not defined.
ESC ¥
ESC ¥ n1 n2
Set relative position
< 1B >H< 5C >H< n1 >< n2 >
Moves the print starting position to the specified number of
dots (1/180 inch units) from the current position.
- A positive number specifies movement to the right, and a
negative number specifies movement to the left.
- Negative numbers are specified using the supplement of N;
-N= 65536 - N
- Divide the number of dots by 256. The integer answer is
n2 and the remainder is n1.

- Any specification exceeding the printable area will be ignored.

Not defined.

ESC $

GS k n [d]k NUL
Print bar code
< 1D >H< 6B >H< n >[< d >]k < 00 >H

Selects a bar code system and prints the bar code.

- Sets the print starting position to the beginning of the line.
- n selects the bar code system from the following table.
-44-