Plain English

Begins downloading a file (program, font, or image) to the printer's internal flash memory. The data follows on subsequent lines until EOP.

When to use

When storing label templates, custom fonts, or images in the printer's memory for later use.

Syntax

DOWNLOAD "filename"

Parameters

ParameterDescription
filenameName of the file to store (in double quotes)

Example

DOWNLOAD "LOGO.BMP",1024,<binary data>

Download a bitmap image to the printer

Try it in the playground View all TSPL commands