TSC AUTO ID Technology Co., Ltd. 124 Copyright 2009 All Rights Reserved.
OUT
Description
This command sends data through the printer serial port.
Syntax
OUT "prompt", variable
Parameter Description
prompt Prompt which is shown on LCD screen.
variable The output message.
Example
DOWNLOAD "DEMO.BAS"
SIZE 3,3
GAP 0.08,0
DENSITY 8
SPEED 4
DIRECTION 0
REFERENCE 0,0
SET CUTTER OFF
SET PEEL OFF
CLS
PRICE$="123456"
OUT "PRICE:",PRICE$
EOP
See Also
DOWNLOAD, EOP, END, ~#…~&