Citizen iDP3310 Printer User Manual


 
iDP3310 User's Manual
44 CITIZEN
ESC b (n) ;
ALL
[Function] Eject Paper by n-lines
[Code] <1B>H<62H>(n)<3B>H
[Range] 1
(n)
255 (<30>H
n
<39>H)
[Outline] This command ejects the paper by n-lines at the specified line height. A length of the ejected
paper can be obtained as follows.
(Number of lines x Line height)
÷
77
[Caution] Be sure to add ";"(<3B>H) to the end of the parameter. If 0 or 256 or more is specified for the
parameter, this command will be ignored.
[See Also] ESC a
[Program Example] When ejecting the paper by 5 lines
ESC b 5 ;
LPRINT CHR$(&H1B)+"b5;" ;
<1B>H<62>H<35>H<3B>H
ESC c
ALL
[Function] Initialize
[Code] <1B>H<63>H
[Outline] This command clears all the attributes, settings, and modes to initialize.
[Caution] The data in the input buffer is not cleared.
[See Also] ESC a