D-F0382 NP-266/366 Product specifications Ver.1.10
24
7) Overall print mode setting: << ESC ! n >>
Code
: [1B] h + [21] h + n
* [00
≤
n
≤
FF] h
Sets print mode. “n” has following meanings
Values
Bit Function
0 1
0
Character font
Font A
Font B
1
Undefined
-
-
2
Undefined
-
-
3
Bold
Reset
Set
4
Double
height
Reset
Set
5
Double
width
Reset
Set
6
Undefined
-
-
7
Underline
Reset
Set
* If double height and double width are set at the same time quadruple character will be formed.
* All of the printed characters will be underlined except for the 90
°
clockwise rotated characters
and spaces created by horizontal tab.
* Underline width is determined by the value set in [Underline set/reset] section.
The default value is “1”.
* Different sizes of character mixed such as double width and normal size can be printed.
* The default value of “n” is [00] h.
8) Absolute position set
:<< ESC $ n1 n2 >>
Code
: [1B] h + [24] h + n1 + n2 * [00
≤
n1
≤
FF] h
* [00
≤
n2
≤
02] h
Print start position is assigned by dots in 1/203rd of inch from the beginning of line.
* Divide the value of dot by 256, place quotient to n2, and remainder to n1.
* The print start position is n1 + n2 x 256 from top of the line.
* Setting which exceeds end of line is ignored.
9) Down load characters set/reset : << ESC % n >>
Code
: [1B] h + [25] h + n
* [00
≤
n
≤
FF]h
Setting or resetting the characters to be downloaded.
.
* Only LSB (b0) is valid for “n” value. LSB (b0) has the following meanings.
b0 Function
0 Resets download chraracter
1 Sets download chraracter
Default value is “n” = [00] h