FBPL Command Reference

Table Of Contents
70
6.16 PUTPCX
Description
Print a downloaded 1-bit (2-color) or 8-bit (256-color) PCX graphic file in monochrome.
Syntax
PUTPCX x,y, "filename"
Parameter
Description
x
Starting point of the image in the X direction (dots)
y
Starting point of the image in the Y direction (dots)
filename
Downloaded PCX file name
Make sure the file name is in uppercase letters (FILENAME.PCX).
Example
Download a PCX graphic file to the printer using the Brother Printer Management Tool (BPM).
1. Connect your computer and the printer, and then turn on the printer.
2. Start the BPM and click the File Manager button.
3. Select PCX for File Type. Click Browse to select a PCX file and click Open.
Make sure that the file name and its extension are in uppercase letters (FILENAME.PCX).
4. Select Memory Device and click the Download button to start downloading.
Sample Code