Wasp WPL305 Programming Manual page 69

Bar code printer series
Hide thumbs Also See for WPL305:
Table of Contents

Advertisement

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$()
63
Copyright 2001 All Rights Reserved.
Wasp Technologies.

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Wpl606Wpl2

Table of Contents