Confidential BTP-R880NP Programming Manual
- 37 -
ESC # n
[Function]
Specify a number for the bit-image to be downloaded.
[Format]
ASCII
GS # n
Hex
1D 23 n
Decimal 29 35 n
[Range]
0
≤
n
≤
7
[Description]
Specifies a number for the bit-image to be downloaded. This number is to be used when
downloading and printing this bit-image.
[Notes]
The command is only enabled for bit-images in RAM and the settings are erased when
the printer is turned off.
[Reference]
ESC 3
GS * x y d1...d(x × y × 8)
[Function]
Define downloaded bitmap
[Format]
ASCII
GS
*
x y d1...d(x × y × 8)
Hex
1D
2A
x y d1...d(x × y × 8)
Decimal 29
42
x y d1...d(x × y × 8)
[Range]
1
≤
x
≤
255, 1
≤
y
≤
48
x × y
≤
912
0
≤
d
≤
255
[Description]
Defines a downloaded bitmap using the number of bytes specified by x and y.
· x specifies the number of dots in the horizontal direction.
· y specifies the number of dots in the vertical direction.
· The number of dots in the horizontal direction is x × 8, in the vertical direction it’s y × 8.
· If x × y is out of the specified range, this command is disabled.
· The d indicates bit-image data. Data (d) specifies a bit printed to 1 and not printed to 0.
· The downloaded bitmap definition is cleared when:
1)Printer is reset or the power is turned off.
· The following figure shows the relationship between the downloaded bitmap and the
printed data.