REGO Thermal Printer Technical Manual
www.regotek.com
35
1 ≤ (yL + yH × 256) ≤ 2303 (0 ≤ yL ≤ 255, 0≤ yH ≤ 8)
0 ≤ d ≤ 255
k = (xL + xH × 256) × (yL + yH × 256) ( k ≠ 0)
[Description]
Print the raster bit image according to the mode specified by m as follows:
m
Mode
Vertical
Dot Density (DPI)
Horizontal
Dot Density (DPI)
0, 48
Normal
203
203
1, 49
Double-width
203
101
2, 50
Double-height
101
203
3, 51
Quadruple
101
101
xL, xH, select the horizontal number of data bits (xL+xHx256).
yL, yH, select the vertical number of data bits (yL+yHx256).
d is the specified data(raster format).
[Notes]
In standard mode, this command is effective only when there is no data in the print buffer.
This command has no effect in such print modes (character size, emphasized, double-strike,
upside-down, underline, white/black reverse printing, etc.).
Bit map beyond the printable area is not printed.
When this command is received during macro definition, the printer ends macro definition, and
begins performing this command. The definition of this command should be cleared.
ESC a (Select justification) is also effective for raster bit images.
d indicates the bit-image data. Setting bit to 1 for each byte means print this dot and setting it to
0 means do not print.
[Example]
When xL+xH´256=64
DLE EOT n Real-time status transmission
[Name]
Real-time status transmission
[Format]
ASCII
DLE
EOT
n
Hex
10
04
n
Decimal
16
4
n
[Range]
1 ≤ n ≤ 4
[Description]
Transmit the selected printer status specified by n in real-time, according to the following
parameters:
n = 1: Transmit printer status
n = 2: Transmit off-line status
n = 3: Transmit error status
n = 4: Transmit paper roll sensor status
[Notes]