Hi   Im using llrp toolkit(c#) to work with an Impinj Speedway reader

everything is fine for reading
and writing EPC

but when I try to write on memory bank 0 ( reserved memory )  to set the
access password  - then lock it using a payload and ... . . ! -
Nothing happens ! and there is no change in reserved memory after that .....

This is some part of my code ( addressing access password in reserved memory
bank )


            tagSpec.C1G2TargetTag[0].MB = new TwoBits(0);

            tagSpec.C1G2TargetTag[0].Pointer = 0x20;
'
'
'
'
'

           PARAM_C1G2Write  wr2 = new PARAM_C1G2Write ();
            wr2.AccessPassword = Convert.ToUInt16("0");

            wr2.MB = new TwoBits(0);
            wr2.OpSpecID = 111;
            wr2.WordPointer = 0;

            wr2.WriteData = UInt16Array.FromString("2");

-- 
.,•'`
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
llrp-toolkit-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel

Reply via email to