User manual
20
ESC [ \
Sets vertical units. (IBM)
ASCII Code ESC [ \
m
1
m
2
t
1
… t
4
Hexadecimal Value 1B 5B 5C
m
1
m
2
t
1
… t
4
Decimal Value 27 91 92
m
1
m
2
t
1
… t
4
Range
m
1
= 4
m
2
= 0
0 <
t
1
< 255
0 <
t
2
< 255
t
3
= 0
t
4
= 180 or 216
This command changes the base units for the graphics line spacing commands (ESC J,
ESC 3). The default value is 1/216 or 1/180 inch.
ESC \
Sets the relative horizontal print position. (EPSON)
ASCII Code ESC \
n
1
n
2
Hexadecimal Value 1B 5C
n
1
n
2
Decimal Value 27 92
n
1
n
2
Range 0 <
n
1
< 255
0 <
n
2
< 127
This command moves the horizontal print position left or right from the current
position as specified by the following formula:
Horizontal position = (n
2
x 256) + n
1
) x (defined unit) + (current position)