
DC2 % n | Print Drive |
Code
Domain of
function
Function
Details
1216 + 2516 + n
1 ≤ n ≤ 16
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
•When one line is printed, how many times the line is divided is determined depending on the amount of 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
Domain of
function
Function
Details
1216 + 7E16 + n
0 ≤ n ≤ 255
Sets the print density
•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.
•In default, n = 100.