Title
Rev.
Page
HMKP-830
Ver1.0
P.29
SUB+’R’+n
[Function]
Set the character outline
[Code]
ASCII
SUB
b
n
Hex
1A
52h
n
Decimal
26
82
n
[Range]
0≤n≤1
[Description]
n=0 : cancel outline (border) of character in tetragon.
n=1 : Set outline (border) of character in tetragon.
[Caution]
When expanding in horizontal it is effective up to 8 times, however
It is only effective up to 2 times for vertical expansion.
SUB+’s’+n
[Function]
Set the printing speed
[Code]
ASCII
SUB
s
n
Hex
1A
73h
n
Decimal
26
82
n
[Range]
1≤n≤14
[Initial Value]
n=14
[Description]
n=1 : Prints in Speed 70mm/s.
n=11 : Prints in Speed 170mm/s.
n=2 : Prints in Speed 80mm/s.
n=12 : Prints in Speed 180mm/s.
n=3 : Prints in Speed 90mm/s.
n=13 : Prints in Speed 190mm/s.
n=4 : Prints in Speed 100mm/s. n=14 : Prints in Speed 200mm/s.
n=5 : Prints in Speed 110mm/s.
n=6 : Prints in Speed 120mm/s.
n=7 : Prints in Speed 130mm/s.
n=8 : Prints in Speed 140mm/s.
n=9 : Prints in Speed 150mm/s.
n=10 : Prints in Speed 160mm/s.
[Caution]
As the print speed lowers, the print density becomes dim, so you’d need to
control the density using the density command.