User`s manual
Confidential
RS-T80 Programming Manual
- 77 -
[Relative] FF, ESC L, ESC S
ESC J n
[Function] Print and feed paper
[Format] ASCII ESC J n
Hex 1B 4A n
Decimal 27 74 n
[Range] 0 ≤n ≤ 255
[Notes] · After printing is completed, this command sets the print starting position to
the beginning of the line.
· The paper feed amount set by this command does not affect the values set by
ESC 2 or ESC 3.
· The horizontal and vertical motion unit are specified by GS P.
· In standard mode, the printer uses the vertical motion unit (y).
· In page mode, this command functions as follows, depending on the starting
position of the printable area:
1) When the starting position is set to the upper left or lower right of the
printable area using ESC T, the vertical motion unit (y) is used.
2) When the starting position is set to the upper right or lower left of the print
able area using ESC T, the horizontal motion unit (x) is used.
· The maximum line spacing is 1016mm (40 inches). When the setting value
exceeds the maximum, it is converted to the maximum automatically.
[Relative] GS P
[Example] 1B 40 (initialize printer)
1D 50 CB CB (set the resolution 203×203)
41 41 41 41 41 41 41( datas waiting for printing)
1B 4A 50 (print and feed paper 80/203 inches)
42 42 42 42 42 42 42 0A ( datas waiting for printing)
Results:
ESC d n
[Function] Print and feed n lines
[Format] ASCII ESC d n
Hex 1B 64 n
Decimal 27 100 n
[Range] 0 ≤n ≤ 255