Esc c 5 n esc d n – Citizen Systems CBM-820 Benutzerhandbuch
Seite 77

– 62 –
ESC c 5 n
ESC d n
[Function]
Enables/Disables Panel Switch
[Code]
ASCII
ESC c
5
n
Hexadecimal
1B
63
35
n
Decimal
27
99
53
n
[Range]
0
Ϲ
n
Ϲ
255
[Outline]
This command enables/disables the panel switch.
• n is valid only for the least significant bit.
At n = <
ଙଙଙଙଙଙଙ
0>B, the command enables the panel switch.
At n = <
ଙଙଙଙଙଙଙ
1>B, the command disables the panel switch.
[Caution]
• If the panel switch is disabled with this command, all the panel switches will be disabled.
[Default]
n = 0
[Function]
Print and N-line Paper Feed
[Code]
ASCII
ESC d
n
Hexadecimal
1B
64
n
Decimal
27
100
n
[Range]
0
Ϲ
n
Ϲ
255
[Outline]
This command prints the data in the print buffer and feeds the paper by n-lines.
[Caution]
• The head of the line is assumed to be the next printing start position.
• The line feed amount set with ESC 2 or ESC 3 does not change.
[See Also]
ESC 2, ESC 3