D-F0390 NP-326 Product specifications Ver.0.02
30
20) Panel switch enable/disable:<< ESC c 5 n >>
Code
: [1B] h + [63] h + [35] h + n
* [00
≤
n
≤
FF] h
Changes the FEED switch valid or invalid.
* “n” is only valid for LSB(b0)
* “n” bit has a following meanings
b0 Description
0
enable FEED switch
1
disable FEED switch
* Default value of “n” is [00]h.
21) Print and “n” line feed:<< ESC d n >>
Code
: [1B] h + [64] h + n
* [00
≤
n
≤
FF] h
Prints the data in the print buffer and feeds paper by “n” lines.
* Beginning of a line is a print start position.
* If there is print data remained, line feed is activated for the same height of character.
22) Character code table select:<< ESC t n >>
Code
: [1B] h + [74] h + n
* [00
≤
n
≤
06]h
Selects either Japan code table or non-Japan code table.
Explanation : “n” value has following meaning.
n(Hex)
character code table
00
Non-Japan character code table
01
Japan character code table
02
Code Page 858
03
Code Page 1250
04
Code Page 1251
05
Code Page 1252
06
Code Page 1254
* The default value of “n” is [01]h.