EC-3150 THERMAL BARCODE PRINTER
40
2.
Use Run command to start the program
C:\>COPY CON LPT1<ENTER>
RUN “EXAMPLE.BAS”<ENTER>
<CTRL><Z>
C:\>
Below is an example of downloading data file.
DOWNLOAD “DATA”,20,COMPUTER<Enter>
2001<Enter>
21<Enter>
Note: <ENTER> stands for keyboard “ENTER” key. In the above example,
please press “ENTER” key instead of typing <ENTER> in the above
example.
See Also
EOP, RUN, PUTBMP, PUTPCX,
38. EOP
Description
End of program. To declare the start and end of BASIC language commands used in
a program, the DOWNLOAD “FILENAME.BAS” must be added in the first line of
the program, and “EOP” statement at the last line of program.
Syntax
EOP
Example
DOWNLOAD “DEMO.BAS”
SIZE 3,4
GAP 0,0
DENSITY 8
SPEED 6
DIRECTION 0
REFERENCE 0,0
SET PEEL OFF
CLS
TEXT 100,100,”3”,0,1,1,”DEMO PROGRAM”
PRINT 1
EOP
See Also
DOWNLOAD, EOP,