Specifications
Rev. A Command Descriptions 1-25
TM–U950/U950P Information Manual
ESC a n aligns all the data in one line to a specified position. Left justification is selected when n=0 or
48, centering is selected when n=1 or 49, and right justification is selected when n=2 or 50. The default
setting is left justification (n=0). This command is enabled only when input at the beginning of a line.
Bit-Image Commands
The TM-U950/U950P supports the following bit-image commands.
Command Name
ESC
✻
Select bit-image mode
GS
✻
Define user-defined bit image
GS / Print user-defined bit image
ESC
✻
m n
L
n
H
[d]k
[Name] 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
0 ≤
nL
≤ 255
0 ≤
nH
≤ 3
0 ≤
d
≤ 255
ESC
✻
m
n
L
n
H
d1...dk selects a bit-image mode using m for the number of dots specified by
(
n
L
+
n
H
×
256). This command is used to print a predefined picture or logo. The modes selectable
by m are as follows:
Program Example Print Sample
FOR n=0 TO 2
PRINT #1, CHR$(&H1B);"a";CHR$(n);
PRINT #1, "ABC"; CHR$(&HA);
PRINT #1, "ABCD"; CHR$(&HA);
PRINT #1, "ABCDE"; CHR$(&HA);
NEXT n
Maximum Number of Dots
m
Mode Receipt Journal Slip Adjacent Dot
0 8-dot single density 180 180 400 Permitted
1 8-dot double density 360 360 800 Prohibited
ABC
ABCD
ABCDE
ABC
ABCD
ABCDE
ABC
ABCD
ABCDE
ESC a 0
ESC a 1
ESC a 2