CSN-80V User manual
37
0 ≤ d ≤ 255
k = (Hl + Hh×256)×(yL + yH×256)
Default
None
Notes
[d] k corresponding bit is 1,which means that this bit can print.While it is
0,it means that this bit can not print.
If the horizontal bytes exceed printing area, then the exceeding part will
be ignored.
The paper feeds accordingly to the image size when this commanding is
using, not influenced by the setting of ESC 2, ESC 3 line space.
After this command, the printing coordinates will be reset to the left
marginand the image content will be cleared.
the relationship between bitmap data and the printing effect is as below:
This command hasthe printing function, data will be transferred while
printing, no need to use the printing command again
Example
1B 40
1d 76 30 00 03 00 09 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF
Define downloaded bitmap
Name
Define downloaded bitmap
Code
ASCII
:
GS * x y d1...d(x×y×8)
DEC
:
29 42 x y d1 ...d(x×y×8)
HEX
:
1D 2A x y d1...d(x×y×8)
Function
using x and y to appoint dots to define the downloaded bitmap
x appoints that the horizontal dots as 8*x.
yappoints that the vertical dots as 8*y.
Parameter
range
1 ≤ x ≤ 255
1 ≤ y ≤ 48
x*y ≤ 1536
0 ≤ d ≤ 255
Default
None
Notes
If x*y is out of the specified range, this command will beforbidden.
The d indicates bitmap data. Data (d) specifies the printing bit as 1
and the not printing bit as 0.