- Citizen Line Thermal Printer Command Reference Manual

— 50 —
ESC n n
[Function] Setting a remaining amount of printout
[Code] <1B>H<6E>H<n>
[Range] 0
n 255 (“n” in the 2nd byte denotes this command.)
[Outline] This command sets the remaining amount of printing after
detecting paper near end 1. n is set in cm.
[Caution] • If the paper near end (PNE) sensor is disabled, this command
has no function.
• The set value and the remaining amount of printing are not
cleared by the initialize command (ESC @).
• If a value lower than the preset value is set during PNE
detection, the printer may stop printing.
• The set value remains valid until the printer is restarted or the
a new value is set.
[Default] n=150 (150 cm)
[Sample Program]
← When setting the
remaining amount of
printing to 100 cm
LPRINT CHR$ (&H1B); “n”; CHR$ (100);










