CSN-A1 user manual
22
In standard mode, use level of motor unit
Example
None
Set printing alignment
Name
Set print alignment
(
Left, middle, right
)
Code
ASCII
:
ESC a n
DEC
:
27 97 n
HEX
:
1B 61 n
Function
Align all data in one line,the meaning of n value as below:
n
mode
0, 48
left
1, 49
middle
2, 50
right
Range
0 ≤ n ≤ 2 or 48 ≤ n ≤ 50
Default
n = 0
Notes
This command setting is disabled when ESC@,printer resets or power off.
Example
1B 40 1B 61 02
30 31 32 0D 0A
1B 40 1B 61 01
30 31 32 0D 0A
1B 40 1B 61 00
30 31 32 0D 0A
Select
、
cancel user customized characters
Name
Select
、
cancel user customized characters
Code
ASCII
:
ESC % n
DEC
:
27 37 n
HEX
:
1B 25 n
Function
Select
、
cancel user customized characters
When n LSB is 0
,
delete customized characters
When n LSB is 1
,
select customized characters
Range
0 ≤ n ≤ 255
Default
0
Notes
When cancel customized characters
,
automatically select the internal
character set.
Example
None
Define user customized characters
Name
Define user customized characters
Code
ASCII
:
ESC & y c1 c2 [x1 d1 ... d (yx1)] ... [xk d1 ... d(y x k)]
DEC
:
27 38 y c1 c2 [x1 d1 ... d(yx1)] ...[xk d1 ... d(yxk)]