Example
The example program listed below will download to printer SDRAM.
DOWNLOAD "EXAMPLE.BAS"
SIZE 4,4
GAP 0,0
DENSITY 8
SPEED 6
DIRECTION 0
REFERENCE 0,0
SET CUTTER OFF
SET PEEL OFF
CLS
TEXT 100,100,"3",0,1,1,"EXAMPLE PROGRAM"
PRINT 1
EOP
Note: When writing a download program, “DOWNLOAD” header must be placed
in the beginning of file, and “EOP” must be placed at the end of program.
To run the program, call the main filename without BAS extension or use RUN
command to start the download program.
Example:
Call the main filename
C:\>COPY CON LPT1<ENTER>
EXAMPLE<ENTER>