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