CSN-A1 user manual
16
It can use ESC 3 to define line space.
Example
None
Set character print font
Name
set character print font
Code
ASCII
:
ESC M n
DEC
:
27 77 n
HEX
:
1B 4D n
Function
set character print font
parameter n bit definition as below
n = 0
,
font 12*24
n = 1
,
font 9*17
Range
None
Default
n = 0
Notes
The command is effective with character.
The command is disabled when ESC@, printer reset or blackout.
Example
1B 40 1B 4D 00 30 31 32 0D 0A
1B 40 1B 4D 01 30 31 32 0D 0A
Set character printing method
Name
Set character printing method
Code
ASCII
:
ESC ! n
DEC
:
27 33 n
HEX
:
1B 21 n
Function
Set character printing methods (font,highlight,inversion,bold,double
hight,double width and underline),parameter n bit definition as below:
Bit Function
Value
0
1
0 Font
Normal
Small character
1 Undefined
2 Undefined
3 Bold
Cancel
Setting
4 Double hight
Cancel
Setting
5 Double width
Cancel
Setting
6 Undefined
7 Underline
Cancel
Setting
Range
None
Default
n = 0
Notes
The command is effective with Chinese and foreign languages.
The command is disabled when ESC@, printer reset or power off
Example
1B 40 1B 21 01 30 31 32 0D 0A
1B 40 1B 21 02 30 31 32 0D 0A