19
Printing the compressed bit image/ ESC~G
[ASCII]
ESC
~
G
data
[Decimal]
27 126 71 data
[Hexadecimal] 1B 7E 47 data
[Data format]
There are following 4 types of data.
●
String image data
●
Repeat image data
●
EOL (End Of Line)
●
EOD (End Of Data)
(1) String image data
String image data prints the desired bit map data.
Format: c, d1, d2, d3, d4 … dn
‘c’ indicates data length and that the data in the following format is string data. Specify an image data with subsequent ‘dn’.
Data length can be specified from 1 to 127.
7
6 5 4 3 2 1 0
C
Data length
O: String image
‘dn’ is 1-byte bitmap data and specifies a bitmap image in the raster direction.
□
□
□
□
□
□
□
□
dn 7 6 5 4 3 2 1 0
Left
←
→
Right
An example is shown below.
Data 05h 12h 34h 56h 78h 9Ah
Print result
□□□■□□■□□□■■□■□□□■□■□■■□□■■■■□□□■□□■■□■□
Summary of Contents for PD-24
Page 6: ...6 Citizen original command ...
Page 53: ...53 ESC P Emulation Command ...
Page 106: ...106 HT 64 LF 54 SI 77 SO 78 VT 65 ...
Page 127: ......