User manual
A630/A631/A632 Printer Series User Manual Page 40 / 63 Reference: FDE 3106894 Issue F
5.3.2.1.5 S
ET FORM LENGTH
ASCII
ESC C n
Hexadecimal 1B 43 n
Comments: When used in conjunction with the form feed command (0Ch); the printer will feed n/2
under lines. Note that if n = 0 then there will be no line feeds. The default value is n = 0.
5.3.2.1.6 P
RINT
&
FEED
ASCII
ESC d n
Hexadecimal 1B 64 n
Comments: This command prints the data in the print buffer and performs n line feeds.
5.3.3 Horizontal positioning commands
5.3.3.1.1 H
ORIZONTAL TAB
ASCII
HT
Hexadecimal 09
Comments: This command moves the printing position to the next horizontal tab position.
Tab stops occur at every 8th column. On receipt of this command, spaces are entered into
the line up to the next tab stop.
Ex: 09 41 41 41 41 41 41 41 41 41
⇒ _ _ _ _ _ _ _ _AAAAAAAAA
5.3.3.1.2 S
ET PRINT STARTING POSITION
ASCII
ESC $ n1 n2
Hexadecimal 1B 24 n1 n2
Comments: This command sets the print starting position to the specified number of dots from the
margin. The range is from 0 to 384 where n2 is the high order byte (0 ≤ n2 ≤ 1) and n1 is
the low order byte.
(0≤n1≤255). The default condition is n1=n2=0 which positions print on the left margin.
The print position will always be rounded down to the nearest multiple of 8.
(Example: Print position 45 will be rounded down to 40.)