Model
Rev.
Page
HMK-056
Ver1.01
30
ESC+’D’+n1…nk+NUL
[Function]
Sets the horizontal position
[Code]
ASCII
ESC
D
n1…nk NUL
Hex
1B
44h
n1…nk 00
Decimal
27
68
n1…nk 0
[Range]
1≤n≤255, 0≤k≤32
[Description]
Sets the horizontal tab position.
[Caution]
n: indicates the figures from the initial poistion of the line to the set position.
k: indicates the total tabs per line.
ESC+SP+n
[Function]
Set the space amount on the right of ASCII character
[Code]
ASCII
ESC
SP
n
Hex
1B
20h
n
Decimal
27
32
n
[Range]
0≤n≤255
[Initial Value]
n=0
[Description]
Set in n x 0.125mm the space amount on the right side of ASCII character
[Caution]
Set the Korean space in FS+’S+n.
ESC+’!’+n
[Function]
Set character all at once
[Code]
ASCII
ESC
!
n
Hex
1B
21h
n
Decimal
27
33
n
[Range]
0≤n≤255
[Initial Value]
n=0
[Description]
Set font & character in the same time.
[Caution]
If it’s Korean, the Font / the Stress is valid only.
Bit
Function
Hex
Decimal
0
0: Font 12x24, 24x24
00h
0
1: Font 8x16, 16x16
01h
1
1
-
-
-
2
-
-
-
3
0: Stress Cancel
00h
0
1: Stress Setting
08h
8
4
0: Cancel Vertical Extension
00h
0
1: Vertical Extension Setting
10h
16
5
0: Cancel Horizontal Extension
00h
0
1: Horizontal Extnesion Setting
20h
32
6
-
-
-
7
0: Cancel Underline
00h
0
1: Underline Setting
80h
128