52
Chapter 3 Configuring The KSSM Emulation With Control Codes
Select 60-dpi Graphics
ASCII Code ESC K
nL nH d1 d2
dk
Hex Code 1B 4B
nL nH d1 d2
dk
Dec Code 27 75
nL nH d1 d2
dk
Purpose Prints bit-image graphics in 8-dot columns, at a den sity of 60
horizontal by 60 vertical dpi, according to the following
parameters:
nL
,
nH
Specifies the total number of columns (
k
) of graphics
data.
k
= ((
nH
x 256) +
nL
)
d1
dk
Bytes of graphic data
Where:
0 <=
nL
<= 255
0 <=
nH
<= 31
0 <=
d
<= 255
Comment The ESC * 0 command is identical to this command.
Select 120-dpi Graphics
ASCII Code ESC L
nL nH d1 d2
dk
Hex Code 1B 4C
nL nH d1 d2
dk
Dec Code 27 76
nL nH d1 d2
dk
Purpose Prints bit-image graphics in 8-dot columns, at a den sity of 120
horizontal by 60 vertical dpi, according to the following
parameters:
nL
,
nH
Specifies the total number of columns (
k
) of graphics
data.
k
= ((
nH
x 256) +
nL
)
d1
dk
Bytes of graphic data
Where:
0 <=
nL
<= 255
0 <=
nH
<= 31
0 <=
d
<= 255
Comment The ESC * 1 command is identical to this command.