Horizontal Dot PositionHorizontal dot position Decimal Hexa-decimal ASCII C(Absolute horizontal dot position 27 36 n1 n2 1B 24 n1 n2 ESC $ n1 n2 En1 = 0 to 255 n2 = 0 to 3Relative horizontal dot position 27 92 n1 n2 1B 5C n1 n2 ESC \ n1 n2 En1, n2 = 0 to 255Relative horizontal dot position 27 100 n1 n2 1B 64 n1 n2 ESC d n1 n2 P An1, n2 = 0 to 255Space Backwards Decimal Hexa-decimal ASCII C<Space backwards 27 101 n1 n2 1B 65 n1 n2 ESC e n1 n2 PAThis command moves the print position a specified number of n/120 inches tothe current position.To calculate the values of n1 and n2, divide the number of dots (n) you want tc256, the result is n2 and the remainder is n1.n = n1 + n2 * 256.Values beyond the left margin will result in a jump to the left margin.These commands let you place text or graphics very precisely on the page. (Fcvertical positioning, see the description of the fine line feed and line spacing corIn all of the commands, determine the values of the two variables by dividing thdot position by 256; assign the whole number result to n2 and the remainder tcEpsonThe ESC $ command uses the left margin as a reference point, and moves the pririn 1/60 inch increments.The ESC \ command lets you move the print position to either the right or thecurrent print position. Underline and overscore characters do not print in tlbetween the two positions.