
5-6 Commands
•
y
specifies the number of bytes in the vertical direction.
•
c1
specifies the beginning character code for the definition, and
c2
specifies the final code.
•
x
specifies the number of dots in the horizontal direction.
•
d
is the dot data for the characters. The dot pattern is in the
horizontal direction from the left side. Any remaining dots on
the right side are blank.
• The allowable character code range is from ASCII code
20H(32) to 7EH(126).
• The data to define a user-defined character is
(y
×
x) bytes.
• Set a corresponding bit to 1 to print a dot or 0 to not print a dot.
ESC ✻
m n
L
n
H
d
1 ...
dk
[Name] Select bit-image mode
[Format] ASCII ESC
✻
m n
L
n
H
d
1 ...
k
Hex 1B 2A
m n
L
n
H
d
1 ...
k
Decimal 27 42
m n
L
n
H
d
1 ...
k
[Range]
m
= 0, 1, 32, 33 (for the paper roll)
m
= 0, 1 (for the slip paper)
0 ≤
n
L
≤ 255
0 ≤
n
H
≤ 3
0 ≤
d
≤ 255
[Description] Selects a bit-image mode using
m
for the number of dots specified by
n
L
and
n
H
, as follows:
(For the paper roll)
mMode
Vertical Direction
Horizontal
direction
Number of Data (K)
Number of
Bits
Dot
Density
Dot
Density
0 8-dot single-density 8 60 DPI 90 DPI n
L
+ n
H
× 256
1 8-dot double-density 8 60 DPI 180 DPI n
L
+ n
H
× 256
32 24-dot single-density 24 180 DPI 90 DPI (n
L
+ n
H
× 256) × 3
33 24-dot double-density 24 180 DPI 180 DPI (n
L
+ n
H
× 256) × 3