24
FF: Set cutting operation
HEX:0C
DEC:12
When there are some data left in the printing buffer, it prints the data and move to
The next printing position.
It moves to the top of the next page with putting the feed SW on.
Please use with the command ( ESC+”C”+NUL+n1+n2 ) set the length of the page.
2) Form
Setting
ESC+”0”: Set 4-dot line spacing
HEX: 1B+30
DEC: 27+48
Set line spacing to 4-dot line.
ESC+”1”: Set 8-dot line spacing
HEX: 1B+31
DEC: 27+49
Sets line spacing to 8-dot line.
ESC+”2”: Set 16-dot line spacing
HEX: 1B+32
DEC: 27+50
Sets line spacing to 16-dot line. ( APM-90 default value )
ESC+”3”+n, ESC+”A”+n: Set n-dot line spacing
HEX: 1B+33+n or 1B+41+n
DEC: 27+51+n or 27+65+n
Sets the character spacing on the right side to n dot.
0
≦
n
≦
127DEC
・
The character spacing on the left side is set to 0 dot.
・
Default value=4 dots