TJ-4010TN
FAQs & Troubleshooting |
How to transfer the print programs or templates using FBPL commands
Transfer your frequently used print programs or templates to the printer to print labels with the same layout by sending data using an external device (for example, a barcode scanner).
Specify the first parameter of the DOWNLOAD command as "F" to save the file in the printer's FLASH memory, and then specify the template/program name ending with .BAS for the second parameter (for example: DOWNLOAD F,"TEST.BAS, DOWNLOAD F,"DEMO.BAS").
Example code:
Example label:
Make sure that the printer is connected to your computer and start the BPM (Brother Printer Management Tool).
The BPM does not support the Bluetooth® connection. We recommend connecting the printer to your computer via USB or Wi-Fi®.
For details about how to connect, see the FAQ: "How to connect the printer to your computer (for Windows)".
Select your printer and click the [Command tool] button.
Click the [Browse] button and select the file created in step 1, and then click the [Send] button.
Make sure that the file is transferred successfully:
Call the BAS file to print.
Example:
To call the sample template file created in step 1, send the following commands with [Enter] (CRLF) using an external input device (for example, a barcode reader):
TEST !1051234567890!100ABC 01-07-2021 8VF34100108 TD-4420TN 2 |
RUN "TEST BAS" !1051234567890!100ABC 01-07-2021 8VF34100108 TD-4420TN 2 |
The first line is a command to execute the TEST.BAS file.
Make sure you insert a line break after each command.