ESC/ P Command Reference

Table Of Contents
ESC/P Command Reference
- 55 -
5. Control Command Details
ESC (V Specify absolute vertical position
ASCII: ESC V nL nH mL mH
Hexadecimal: 1B 28 56 nL nH mL mH
Parameters
nL=2
nH=0
0≤mL255
0≤mH127
Description
Specifies the vertical print position as an absolute position from the top margin position.
Vertical position=mL+mH*256+top margin
The absolute vertical position is measured from the top margin position when this command was specified.
If a position extending beyond the bottom margin is specified, printing starts.
There is no restriction on the amount of movement back (upward) from the current position.
With left alignment, the print position for the next line becomes the end position of the current line.
(The horizontal position does not move to the left margin.)
With right alignment and center alignment, the horizontal position moves to the beginning of the line.
Auto-canceling double-width characters specified with SO or ESC SO are canceled.