34
When m=32, 33, 38, 39 or 40
・
n1 and n2 indicate the number of dot positions.
n1: The remainder from dividing the number of dot positions by 256
n2: The quotient from dividing the number of dot positions by 256
・
First, the data is lined up in three rows as shown below.
B
7
B
6
B
5
B
4
B
3
B
2
B
1
B
0
Relationship between the image data and the dots
1
byte
1
byte
1
byte
1
byte
…
1
byte
1
byte
(n1+n2*256)*3 bytes
MSB
LSB
B
7
B
6
B
5
B
4
B
3
B
2
B
1
B
0
B
7
B
6
B
5
B
4
B
3
B
2
B
1
B
0
• • • • •
•
•
•
•
1
byte
1
byte
1
byte
1
byte
…
1
byte
1
byte
MSB
LSB
1
byte
1
byte
1
byte
1
byte
…
1
byte
1
byte
MSB
LSB
1st byte 2nd
byte
3rd byte