5-11
DC2 % n Print Drive User Define
Code
12
16
+ 25
16
+ n
Domain of
function
1 ≤ n ≤ 16
Function
Executes the printing according to the print drive defined by a user.
n = 1: The amount of 1
×
8 dots
n = 16: The amount of 16
×
8 dots
Details
• When one line is printed, the number of division is calculated every n
×
8 dots.
Example: Suppose that the number of dots printed = 128 dots, and n = 1
128 ÷ (1
×
8) = 16 (one line printed is divided into 16 parts)
• The smaller the value of n, the lower the required electric power. And the bigger
the value of n, the faster the speed of printing.
DC2 ~ n Print Density Set
Code
12
16
+ 7E
16
+ n
Domain of
function
0 ≤ n ≤ 255
Function
Sets the print density.
Details
• n means n%.
• When adjusting the print density double for low heat sensitive paper, set n=200.
• The print density cannot be set for each character. The print density can be set
for each line.
• In default, n = 100.