TSC Auto ID Technology 2009001 TSC-RFID User Manual

TSC Auto ID Technology Co., Ltd. TSC-RFID

user manual

TSC-RF013
Module
Protocol
Manual
V
e
r
s
ion
1.01
2009.12.14
TSC-RF013
M
o
dule
Protocol
Manual
Contents
I
De
scriptions
................................................................................................
2
Command
Format
...........................................................................................................................
2
II
Function
S
ummary
..................................................................................
3
Flags
List
..............................................................................................................................................
3
Command
List
...................................................................................................................................
3
Response
Code
List
.........................................................................................................................
3
III
Description
of
t
he
Transmi
ssion
.......................................................
4
S
e
l
e
c
t
T
a
g
............................................................................................................................................
4
R
e
a
d
T
a
g
..............................................................................................................................................
5
W
r
i
t
e
T
a
g
.............................................................................................................................................
6
- 1 -
TSC-RF013
M
o
dule
Protocol
Manual
I
Descriptions
M
andato
ry
Fields
O
ptional
Fields
Command
Format
:
Requ
est:
STX
LENS
FLAGS
C
OMMAND
DATA
1
DATA
2
...
DATA
n
C
R
C
0x02
8
bits
8
bits
8
bits
8bits
8bits
...
n*8bits
16bits
Response:
STX
LENS
R
esponse
Code
DATA
1
DATA
2
...
DATA
n
C
R
C
0x02
8
bits
8
bits
8bits
8bits
...
n*8bits
16bits
 
STX
is
the
ASCII
code
for
a
Start
o
f
Transmi
ssion.
(
STX
=
0x02
)
 
LENS
specifies
how
many
bytes
are
in
the
request
or
the
response,
n
ot
including
the
[STX]
and
not
i
n
cl
uding
the
[
L
ENS].
 
FLAGS
specify
command
options.
 
COMMAN
D
specifies
the
comm
a
nd
type
o
f
the
host
reques
t.
 
Response
Code
specifies
the
response
message
from
the
module.
 
DATA
1
,
DATA
2
,
...
,
DATA
n
are
optional
for
the
command
type
data.
 
CRC
is
a
two-byte
field
calcula
ted
by
th
e
h
ost
contr
o
ller.
The
CRC
is
calculated
over
all
th
e
fields
in
the
request
or
res
ponse
not
incl
uding
the
i
n
itiato
r
and
terminator
byte
s
.
The
CRC
polynomial,
x
16
+
x
12
+
x
5
+
1
=
0x8408,
is
used
in
a
for
w
ard
CRC
calculatio
n
with
a
preset
value
of
0x0000.
- 2 -
TSC-RF013
M
o
dule
Protocol
Manual
II
Function
Summar
y
Flags
List
Value
Function
0x20
General
us
e,
with
CRC
fie
l
d.
0x68
With
CRC
field,
Tag
ID
and
R
F
transmitter
stays
on
after
t
he
command
has
been
executed.
0x28
With
CRC
field
and
R
F
transm
itter
stays
on
after
the
command
has
been
ex
ecuted.
Command
List
Value
Name
0x14
SELECT_TAG
0x24
REDA_TAG
0x44
WRITE_TAG
Response
Code
List
Code
Description
0x94
SELECT_TAG
fail
0x14
SELECT_TAG
pass
0xA4
R
EAD_TAG
fail
0x24
READ_TAG
pass
0x44
WRITE_TAG
pass
0xC4
W
RITE_TAG
fail
- 3 -
TSC-RF013
M
o
dule
Protocol
Manual
III
Description
of
the
Transmission
《》
Select
Tag
Request
:
Host
Module
[02]
[05]
[20]
[14]
[01]
[9F
9D]
02
=
STX
05
=
LENS,
5
Bytes
{[20][14][00][9F
9D]}
20
=
FLAGS,
With
CR
C
fie
l
d.
14
=
COMMAND,
SELECT_TAG
01
=
Data
1
,
Tag
Type
=
I-Code
SLI
9F
9D
=
CRC,
Calculated
by
the
host
controller.
Response
:
Module
Host
 
Fail
:
No
tag
or
Wrong
tag
[02]
[03]
[94]
[F8
C5]
 
Pass:
[02]
[0C]
[14]
[01]
[E0
07
00
00
30
03
EC
97]
[11
AE]
[E0
07
00
00
30
03
EC
97]
:
Tag
UID
《》
Select
Tag
With
Tag
U
ID[E0
07
00
00
30
03
EC
97]
Request
:
Host
Module
[
02]
[0D]
[68]
[14]
[01]
[E0
07
00
00
30
03
EC
97]
[EA
BB]
Response
:
Module
Host
 
F
ail
:
No
tag
or
Wrong
tag
[02]
[03]
[94]
[F8
C5]
 
Pass:
[02]
[03]
[1
4
]
[7C CD]
- 4 -
TSC-RF013
M
o
dule
Protocol
Manual
《》
Read
Tag
Request
:
Host
Module
[
02]
[07]
[28]
[24]
[01]
[02]
#1
[0
1
]
#2
[A3
3A]
#
1
:
S
t
a
r
t
i
n
g
B
l
o
c
k
#
2
:
N
u
m
b
e
r
o
f
B
l
o
c
k
s
Response
:
Module
Host
 
Fail
:
No
tag
or
Wrong
tag
[02]
[03]
[A4]
[C9
46]
 
Pass:
[02]
[07]
[24]
[00
00
00
00]
[7C CD]
[00
00
00
00]
:
Block
Data
- 5 -
TSC-RF013
M
o
dule
Protocol
Manual
《》
Write
Tag
Request
:
Host
Module
[
02]
[0B]
[28]
[44]
[01]
[02]
#1
[01]
#2
[00
00
00
00]
#3
[7A
5B]
#
1
:
S
t
a
r
t
i
n
g
B
l
o
c
k
#
2
:
N
u
m
b
e
r
o
f
B
l
o
c
k
s
#
3
:
W
r
i
t
e
D
a
t
a
Response
:
Module
Host
 
Fail
:
No
tag
or
Wrong
tag
[02]
[03]
[C
4
]
[AA
40]
 
Pass:
[02]
[03]
[44]
[2E
48]
- 6 -
CAUTION
This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) this
device may not cause harmful interference, and (2) this device must accept any interference received, including
interference that may cause undesired operation.
Any changes or modifications not expressly approved by the party responsible for compliance could void the
authority to operate equipment.
Information for the OEMs and Integrators
The following statement must be included with all versions of this document supplied to an
OEM or integrator, but should not be distributed to the end user.
This device is intended for OEM integrators only.
Please See the full Grant of Equipment document for other restrictions.
This device must be operated and used with a locally approved access point.
Information To Be Supplied to the End User by the OEM or Integrator
The following regulatory and safety notices must be published in documentation supplied to
the end user of the product or system incorporating an adapter in compliance with local
regulations. Host system must be labeled with "Contains VTV2009001", FCC ID displayed on
label.

Navigation menu