Citizen iDP3310 Printer User Manual


 
iDP3310 User's Manual
43 CITIZEN
BELL
ALL
[Function] Drawer Kick-out(D-type only)
[Code] <07>H
[Outline] This command outputs a designation signal to the connected drawer connector. The signal is
about 200 ms. Designation is made when the solenoid is connected. The command functions
even if not connected to the drawer connector, but it is meaningless.
[Caution] Connect only the specified part to the drawer connector. When this function is activated, the
main body or opponent connection element may have trouble or be destroyed. While this
command is activated, the printer is stopping.
Do not specify this command continuously. It could cause trouble.
ESC a (n) ;
ALL
[Function] Set Line Height
[Code] <1B>H<61>H(n)<3B>H
[Range] 7
(n)
255 (<30>H
n
<39>H)
[Outline] This command defines a height of each print line. A dot line is 1/77 inch. It sets a line feed
rate to n/77 inch. A parameter(n) setting range is 7 to 256.
If this value is 10, there will be 7.7 lines per inch. A minimum value of 7 assumes about 11
lines per inch, allowing no space between each line. The line is fed in the set condition until
re-setting or initialization(ESC c) is made. The initial condition is restored with "ESC a 10;"
or an initialization command.
[Caution] Be sure to add ";"(<3B>H) to the end of the parameter. This does not affect the FF command
in the P-200mode, P-250 mode or P-900R mode.
[Default] A line height for normal characters is 10 dots.[(n) = 10]
[Sample Program] When setting the line height to n = 20(1/3 inch)
ESC a 20 ;
LPRINT CHR$(&H1B)+"a20;" ;
<1B>H<61>H<32>H<30>H<3B>H