
Technical Updates SNBC CONFIDENCIAL
Shandong New Beiyang Information Technology Co.,Ltd.
Page 11
Hex
1B 26 y c1 c2 [x1 d1...d(y × x1)]...[xk d1...d(y × xk)]
Decimal
27 38 y c1 c2 [x1 d1...d(y × x1)]...[xk d1...d(y × xk)]
[Range]
y = 3
32
≤
c1
≤
c2
≤
127
0< x
≤
24
0
≤
d1 ... d(y × xk)
≤
255
[Description] Defines user-defined characters.
· y specifies the number of bytes in the vertical direction.
· c1 specifies the beginning character ASCII code , and c2 specifies the final character
ASCII code.
· x specifies the number of dots in the horizontal direction.
[Notes]
· The allowable character code range is from ASCII code <20>H to <7F>H (96 characters).
· It is possible to define multiple characters for consecutive character codes.
If only one character is desired, use c1 = c2.
· d is the dot data for download characters. The dot pattern is in the horizontal direction
from the left side.
· The data to define a user-defined character is (y × x) bytes.
· When X value is less than 13, the user-defined character width is defaulted as 13.
· Each bit of data presents one dot, set a corresponding bit to 1 to print a dot or 0
to not print a dot.
· The user-defined character is cleared when:
①
ESC ?
is executed.
The the power is turned off.
②
[Default]
Internal character set.
[Reference]
ESC %, ESC ?
[Example]