D-F0382 NP-266/366 Product specifications Ver.1.10
32
24) 90
°
clockwise rotated character set and reset :<< ESC V n >>
Code
: [1B] h + [56] h + n
* [00
≤
n
≤
01] h
Description: Sets and resets 90
°
clockwise rotated character.
* Underline cannot be assigned to the 90
°
clockwise rotated character.
* “n” has the following meaning.
n(hex) description
00
reset 90
°
rotated character
01
set 90
°
rotated character
* Default value for “n” is [00]h.
25) Relative position set
:<< ESC
¥
n1 n2 >>
Code
: [1B] h + [5C] h + n1 +n2
* [00
≤
n1
≤
FF] h
* [00
≤
n2
≤
02] h
Print start position is assigned by dots from current position in unit of 1/203rd of inch.
* Right direction is treated as plus and left as minus.
* To assign N dots in minus direction (left), it will be: N dots = 65536 - N
* Assigning beyond the end of a line is neglected
26) Print position alignment
:<< ESC a n >>
Code : [1B] h + [61] h + n
* [00
≤
n
≤
02] h
Description : Aligns all data to be printed on the assigned position in a line.
* “n” values are assigned to:
n (Hex)
Position
00
Left
01
Center
02
Right
* This command is valid only when it is input at the head of a line.
* The default value of “n” is [00] h.
27) FEED switch enable/disable :<< ESC c 5 n >>
Code
: [1B] h + [63] h + [35] h + n
* [00
≤
n
≤
FF] h
Description: Changes the FEED switch valid or invalid.
* “n” is only valid for LSB (b0)
* “n” bit has following meanings
b0 Description
0
enable FEED switch
1
disable FEED switch
Default value of “n” is [00] h.
28) Print and “n” line feed
:<< ESC d n >>
Code
: [1B] h + [64] h + n
* [00
≤
n
≤
FF] h
Description: Prints the data in the print buffer and feeds paper by “n” lines.
* Beginning of a line is the starting position of printing.