TP809 Programming Manual
1
1 Bit Image Commands
Select bit
-
image mode
[Format]
ASCII
ESC
*
m nL nH d1...dk
Hex
1B
2A
m nL nH d1...dk
Decimal
27
42
m nL nH d1...dk
[Range]
m = 0, 1, 32, 33
1 ≤ (nL + nH × 256) ≤ 2047
(0 ≤ nL ≤ 255, 0 ≤ nH ≤ 7)
0 ≤ d ≤ 255
k = nL + nH × 256 [when m = 0, 1]
k = (nL + nH × 256) × 3 [when m = 32, 33]
[Description]
• Stores the bit image data in the print buffer using the bit image mode specified by m.
• nL, nH specifies the number of dots of the image data in the horizontal direction as (nL
+ nH × 256).
• d specifies the bit image data (column format).
m
Bit image mode
Vertical direction
Horizontal direction
0
8 dots single
-
density
68 dpi
101 dpi
1
8 dots dual
-
density
68 dpi
203 dpi
32
24
-
dot single
-
density
203 dpi
101 dpi
33
24
-
dot double
-
density
203 dpi
203 dpi
Define downloaded bit image
[Format]
ASCII
GS
*
x
y d1...dk
Hex
1D
2A x
y d1...dk
Decimal
29
42 x
y d1...dk
[Range]
1 ≤ x ≤ 255
1 ≤ y ≤ 48 [where 1 ≤ x × y ≤ 1536]
0 ≤ d ≤ 255
k = x × y × 8
[Description]
• Defines the downloaded bit image in the downloaded graphic area.
• x specifies the number of bytes in the horizontal direction as x bytes.
• y specifies the number of bytes in the vertical direction as y bytes.
• d specifies the defined data (column format).
[Note]
•A downloaded bit image and user
-
defined characters(ESC &) cannot be defined
simultaneously.When this command is executed,all user
-
defined characters are deleted.
Содержание TP809
Страница 1: ...TP809 Programming Manual Rev 1 2...
Страница 32: ...TP809 Programming Manual 26...