EasyManua.ls Logo

TSC TTP-244 Plus

TSC TTP-244 Plus
252 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
TSC AUTO ID Technology Co., Ltd. 115 Copyright 2013 All Rights Reserved.
XOR$( )
Description
This command can encode the original data to a new data by logic XOR.
Syntax
XOR$(data$,password$)
Parameter
Description
data$
The original data needs to be encoded by password$.
password$
This parameter will be used to create the new data.
Note:
This command has been supported since V6.38 EZ and later firmware.
Example
Sample code
data$="1234"
password$="ABCD"
encoded$=XOR$(data$,password$)
deconded$=XOR$(encoded$,password$)
SIZE 4,0.5
GAP 0,0
CLS
TEXT 10,10,"3",0,1,1,"Encoded data: "+encoded$
TEXT 10,60,"3",0,1,1,"Decoded data: "+deconded$
PRINT 1
Result

Table of Contents

Other manuals for TSC TTP-244 Plus

Related product manuals