A795 User Guide: Programming Supplement
Chapter 4: Programming commands
45
Print and feed paper
ASCII
ESC J n
Hexadecimal
1B 4A n
Decimal
27 74 n
Value of n:
n/203 inch in A795 native mode and
TM-T88 emulation mode
n/360 inch in A793 emulation mode
Range of n:
0-255
Prints one line from the buffer and feeds the paper n/8 mm
(n/203 inch). The line height equals the character height
when n is too small.
If the set horizontal and vertical minimum motion units
command (1D 50) is used to change the horizontal and
vertical minimum motion units, the parameters of this
command (print and feed paper) will be interpreted
accordingly.
Related information
For more information, see the description of the set
horizontal and vertical minimum motion units command
in this document.
Print and feed n lines
ASCII
ESC d n
Hexadecimal
1B 64 n
Decimal
27 100 n
Range of n:
1-255 (0 is interpreted as 1)
Prints one line from the buffer and feeds paper n lines at
the current line height.