32
• Transmit [ n] k in ascending order and place a NUL code 0
at the end.
• When [ n] k is less than or equal to the preceding value [ n]
k-1, tab setting is finished and the following data is processed
as normal data.
• ESC D NUL cancels all horizontal tab positions.
• The previously specified horizontal tab positions do not
change, even if the character width changes.
• The character width is memorized for each standard and
page mode. [Default] The default tab positions are at
intervals of 8 characters (columns 9, 17, 25,...) for font A (12 ´
24).
[Reference] HT
4.3.3 ESC \ nL nH
[Name]: Set relative printing position
[Format]: ASCII
ESC \ nL nH
Hexadecimal
1B
5C nL nH
Decimal
27
92 nL nH
[Range]: 0
≤
nL
≤
255; 0
≤
nH
≤
1.
[Description]: Sets the print starting position based on the
current position by using the horizontal or vertical motion unit.
This command sets the distance from the current position to
n [( nL + nH × 256)horizontal motion unit]
[Notice]:
• Any setting that exceeds the printable area is ignored.