BT-T080 Programming Manual
- 20 -
ESC % n Select/cancel user-defined character
[Function]
Select/cancel user-defined character.
[Format]
ASCII
ESC
% n
Hex
1B
25 n
Hecimal 27
37 n
[Value range]
0 ≤ n ≤255
[Notes]
• When the least significant bit of n is 0, the user-defined character is not used.
• When the least significant bit of n is 1, the user-defined character is used.
• When the user-defined character set is canceled, the internal character set is
automatically selected.
• Only the least significant bit of n is valid.
[ Default ]
n = 0
[Relative]
ESC &, ESC ?
ESC & y c1 c2 [x1 d1...d(y × x1)]...[xk d1...d(y × xk)] Define user-defined character
[Function]
Define user-defined character.
[Format]
ASCII
ESC
&
y c1 c2 [x1 d1...d (y × x1) ]...[xk d1...d (y × xk) ]
Hex
1B
26 y c1 c2 [x1 d1...d (y × x1) ]...[xk d1...d (y × xk) ]
Hecimal 27
38 y c1 c2 [x1 d1...d (y × x1) ]...[xk d1...d (y × xk) ]
[Value range]
y = 3
32 ≤ c1 ≤ c2 ≤ 51
0 ≤ x ≤ 12 Standard ASCII font (12× 24)
0 ≤ x ≤ 9 Compressed ASCII font (9 × 17)
0 ≤ d1 ... d (y × xk) ≤ 255
[Notes]
• 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.