5-32
DC3 D nl nh Write in Position Specified by Dot in Ruled Line Buffer
Code
13
16
+ 44
16
+ nl + nh
Domain of
function
0 ≤ nl ≤ 255
0 ≤ nh ≤ 3
Function
Writes 1 in the specified position in the ruled line buffer.
The position is set at [(nh
×
256 + nl)
×
dot pitch].
Details
• Regardless of the printable area, this function writes 1 in the selected ruled line
buffer.
• nh is valid only for the low 2 bits.
DC3 L nl nh ml mh Write in Position Specified by Line in Ruled Line Buffer
Code
13
16
+ 4C
16
+ nl + nh + ml + mh
Domain of
function
0 ≤ nl ≤ 255
0 ≤ nh ≤ 3
0 ≤ ml ≤ 255
0 ≤ mh ≤ 3
Function
Writes 1 in the range from nhnl to mhml in the ruled line buffer.
0 ≤ nhnl ≤ mhml ≤ 1023
nhnl = (nh
×
256 + nl)
×
dot pitch
mhml = (mh
×
256 + ml)
×
dot pitch
Details
• Regardless of the printable area, this function writes 1 in the selected ruled line
buffer.
• nh and mh are valid only for the low 2 bits.