Citizen iDP3310 Printer User Manual


 
iDP3310 User's Manual
48 CITIZEN
ESC C n
iDP-562
[Function] Specify Page Length and Paging
[Code] <1B>H<43H>(n)
[Range] 14
(n)
140 (<30>H
n
<39>H)
[Outline] This command specifies a length of one page, which is determined by the number of lines. If
the set number of lines is exceeded, this command will be ignored. The paper is fed by 3 lines
immediately after specifying this command. This setting blanks the first and last three lines of
the page (six blank lines in total). If n = 20 is set, the number of printable lines will be 14.
[Caution] This command is ignored in the P-200 mode, P-250 mode, and P-900R mode.
[Default] n = 66(66 lines per page)
[See Also] ESC 0, FF
[Sample Program] When setting the number of lines per page to 80
ESC C 80
LPRINT CHR$(&H1B)+"C"+CHR$(80);
<1B>H<43>H<50>H
ESC O
iDP-562
[Function] Cancel paging
[Code] <1B>H<4F>H
[Outline] Cancels paging operation. Normally, the first and last lines of each page are left blank. If this
command is specified, however, those lines can be used as printable lines.
[Caution] This command is ignored in the P-200 mode, P-250 mode, and P-900R mode.
[See Also] ESC C, FF