© 2015 Brother Industries, Ltd. All Rights Reserved.
2. Printing commands
Repeat for each raster line in the print job.
Moves the cursor the specified distance from the left edge
of the printable area in the X direction.
1B H, 7E H, 24 H, {n1}, {n2}
Sends the raster line data.
To send 300 bytes of data:
1B H, 7E H, 2A H, 2C H, 01 H, FF H, FF H….
Note:
“Set left margin” and “1 Raster line data transfer” commands can be sent more than once per line
Example: The raster line data shown below can be sent with the following commands.
In addition, it is recommended that the “set left margin” command be used when a blank space extends
for 16 bytes or more.
Set left margin: 1BH, 7EH, 24H, 10H, 00H
Raster line data transfer: 1BH, 7EH, 2AH, 02H, 00H, 1FH, F8H
Set left margin: 1BH, 7EH, 24H, 30H, 00H
Raster line data transfer: 1BH, 7EH, 2AH, 01H, 00H, 3CH
Multi-line feed: 1BH, 7EH, 4AH, 01H
3. Print command
Specified at the end of the page.