SPRT
17
d1
d2
d3
d 4
d 5
d 6
MSB
LSB
3.2.4
Special Control Commands
ESC c 5
Enable/Disable Switch Button Function
Format
:
ASCII
:
Decimal
:
Hex
:
Explanation
:
ESC
c
5
27
99
53
1B
63
35
n
n
n
When n=1,button
【
LF
】
is enabled;
When n=0,button
【
FEED
】
is disabled; Default n=0
3.2.5
Graphics Printing Commands
ESC
*
Set Bit-map Graphics
Format
:
ASCII
:
ESC * m n1 n2 [d]k
Decimal
:
27 42
m n1 n2 [d]k
Hex
:
1B 2A
m n1 n2 [d]k
Explanation
:
Select bit-map command, m is for setting bit-map mode; n1, n2 are for
setting number of dots; [d]k is for setting contents of bit-map.
m=0,1,32,33
,
n1=0
~
255
。
n2=0
~
1
。
d=0
~
255
。
k=n1+256×n2 (m=0
,
1)
k=(n1+256×n2)×3 (m=32,33)
◆
The number of horizontal dots of the graphics is n1+256×n2
◆
If the number of dots is more than one line, the extra portion will be
Ignored (referring the following table)