KelvinCampelo / fosstrak

Automatically exported from code.google.com/p/fosstrak
0 stars 0 forks source link

LLRP_Commander :- Not able to filter Tag #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps:
1. Connect to Reader
2. Add new ROSpec
3. Add new ACCESSSpec with AccessCommand having below value
<llrp:C1G2TargetTag>
<llrp:MB>1</llrp:MB>
<llrp:Match>1</llrp:Match>
<llrp:Pointer>0</llrp:Pointer>
<llrp:TagMask>111111111111111111111111</llrp:TagMask>
<llrp:TagData>111111111111111111111111</llrp:TagData>
</llrp:C1G2TargetTag>

4. now create a tag with epc value "111111111111111111111111" on llrp reader in 
reader Emulator(I m using Rifidi Emulator) 

expected output:

C1G2Read/C1GeWrite should be perform on tag with id "111111111111111111111111"

Actual output:
not able to match the EPC values

version:1.1.0
OS: windows XP

Original issue reported on code.google.com by fabcoder...@gmail.com on 13 Mar 2013 at 6:00

GoogleCodeExporter commented 9 years ago
Hi,

I am able to read and write on specific tag make changes in above step 3

<llrp:C1G2TargetTag>
     <llrp:MB>2</llrp:MB>
     <llrp:Match>1</llrp:Match>
     <llrp:Pointer>32</llrp:Pointer>       <llrp:TagMask>ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</llrp:TagMask>
     <llrp:TagData>111111111111111111111111</llrp:TagData>
</llrp:C1G2TargetTag>

Original comment by fabcoder...@gmail.com on 24 Jun 2013 at 8:54