Printronix PSA3 Benutzerhandbuch

Seite von 102
Select 120-dpi Graphics
 53
Select 120-dpi Graphics
ASCII Code ESC Y 
n
L
 n
H
 d
1
 d
2
 … 
d
k
Hex Code
1B 59
 n
L
 n
H
 d
1
 d
2
 … 
d
k
Dec Code 27 
89 
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 * 2 command is identical to this command.
Select 240-dpi Graphics
ASCII Code ESC Z 
n
L
 n
H
 d
1
 d
2
 … 
d
k
Hex Code
1B 5A 
n
L
 n
H
 d
1
 d
2
 … 
d
k
Dec Code 27 
90 
n
L
 n
H
 d
1
 d
2
 … 
d
k
Purpose
Prints bit-image graphics in 8-dot columns, at a density of 240 
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 * 3 command is identical to this command.