Wasp Technologies.
63 Copyright 2001 All Rights Reserved.
IF I>0 THEN END
BOX 98,48,502,514,2
A$=”ITEMS:”+ITEM$
B$=”PRICE:”+STR$(PRICE)
C$=”QTY:”+STR$(QTY)
TEXT 128,114,”2”,0,1,1,A$
TEXT 130,198,”2”,0,1,1,B$
TEXT 132,268,”2”,0,1,1,C$
BARCODE 132,365,”39”,96,1,0,2,4,”PRICE-2000”
PRINT 1
CLOSE 1
EOP
Saving the above contents of data under the file name of
“
DEMO
”.
Follow the steps below to download data to the printer
<under MS-DOS mode>:
C:¥>MODE COM1:96,N,8,1
↵
C:¥>COPY DEMO COM1
↵
The above example sets the following: baud rate at 9600 bps, no parity, 8 bits data,
1 stop bit. Saving the following command of program under the file name of
“EXECUTE”: DEMO
C:¥>COPY EXECUTE COM1
↵
The above example instructs the printer to open the file “DATA” with a file handle
of 1 and read items from the file.
See Also
DOWNLOAD, EOP, READ, EOF, LOF, SEEK, FREAD$()
Summary of Contents for WPL2
Page 1: ...WPL2 PROGRAMMING MANUAL Wasp Technologies BAR CODE PRINTER SERIES...
Page 5: ...SECOND 105 YEAR 106 MONTH 107 DATE 108 DAY 109 HOUR 110 MINUTE 111 SECOND 112...
Page 8: ...Wasp Technologies 2 Copyright 2001 All Rights Reserved GAP BLINE...
Page 60: ...Wasp Technologies 54 Copyright 2001 All Rights Reserved See Also F FILES...
Page 67: ...Wasp Technologies 61 Copyright 2001 All Rights Reserved See Also DOWNLOAD EOP OPEN READ SEEK...
Page 100: ...Wasp Technologies 94 Copyright 2001 All Rights Reserved See Also SIZE GAP BLINE...
Page 119: ...Wasp Technologies 113 Copyright 2001 All Rights Reserved...
Page 120: ...Last update May 21 2004...