- 36 -

ESC d n
CT-S280 CT-S300 CT-S2000 CT-S4000 BD2-2220 CT-S310
support model PMU2XXX
[Function] Printing and feeding the paper by “n” lines
[Code] <1B>H<64>H<n>
[Range] 0n255
[Outline] [The specification which is common to the model]
Prints data in the print buffer and feeds paper by “n” lines. Specified lines do not remain.
[Caution] • After this command is executed, the beginning of the line is taken as the start position for the next
print.
• If [n×line feed width] exceeds approximately 1016 mm, this command feeds paper by
approximately 1016 mm (40 inches).
[Default] The initial value is not defined.
[Sample Program] [Print Results]
LPRINT "AAAAA";
2
6-inch line feed
AAAAA

AAAAA

LPRINT CHR$(&H1B);"d";CHR$(2);
LPRINT "AAAAA";CHR$(&HA);