- The Absolute Pos goes. From always from the left edge.
- A Relative Position refers. To the last character.
- Example of print position 1/2 “(30/60”) from the left edge
HEX : 1B 24 1E 00
DEC : 27 36 30 00 - Horizontal Pos. Relative = from the last printing position
HEX :1B 5C P1 P2
Draft – Mode (P1 + P2 * 256) * 1/120
LQ – Mode (P1 + P2 * 256) * 1/180 - Example of print position in Data – Mode 1/2 “(60/120”) from the last position
HEX : 1B 5C 3C 00
DEC : 27 92 60 00 - Example of print position LQ mode 1/2 “(90/180” is) from the last position
HEX : 1B 5C 6A 00
DEC : 27 92 90 00