21
14) Bold print set/reset :<< ESC E n >>
Code
: [1B] h + [45] h + n
* [00
≤
n
≤
FF] h
Description : sets and resets the bold print
Explanation : “n” is only valid for LSB(b0)
LSB (n0) is defined as following.
b0 Values
0
Resets bold print
1
Sets the bold print
Valid for all characters
Bold print and double strike results in the same on this printer.
The default value of “n” is [00] h.
15) Double strike set/reset
:<< ESC G n >>
Code
: [1B] h + [47] h + n
* [00
≤
n
≤
FF] h
Description : sets and resets the double strike function
Explanation : “n” is only valid for LSB(b0)
Control by “n” is explained as following.
b0 Description
0 Resets double strike
1 Sets double strike
Double strike and bold print result in the same on this printer.
Valid for all characters.
The default value of “n” is [00] h.
16) Print and smallest pitch line feed:
<< ESC J n >>
Code
: [1B ] h + [4A ] h + n
* [00
≤
n
≤
FF] h
Description : Prints the data in the print line buffer and feeds the paper by
n/203rd of an inch.
*The height of character for a line (24/203 inch for normal character
print) is always sent by line feed. If the value of height is set by “n”
below the height of character, the same space with character height
is sent by line feed.
*Beginning of a line is a print start position.
17) International character select :<< ESC R n >>
Code
: [1B ] h + [52] h + n
* [00
≤
n
≤
0A] h
Description : selects the international characters.
The values of “n” have following meanings
n(Hex) Character
sets
00
U.S.A.
01
France
02
Germany
03
England
04
Denmark
1
05
Sweden
06
Italy
07
Spain
08
Japan
09
Norway
0A
Denmark
2
Default value of “n” is [08]h.