TSC AUTO ID Technology Co., Ltd. 139 Copyright 2009 All Rights Reserved.
BEEP
Description
This command issues a beep sound on portable keyboard. Printer sends the string 0x07 to
KP-200 portable keyboard.
Syntax
BEEP
Parameter Description
None N/A
Example
DOWNLOAD "DEMO.BAS"
SIZE 4,4
GAP 0,0
DENSITY 8
SPEED 6
DIRECTION 0
REFERENCE 0,0
SET CUTTER OFF
SET PEEL OFF
BEEP
INPUT "Text1 =",TEXT1$
CLS
TEXT 100,100,"3",0,1,1,TEXT1$
PRINT 1
EOP