I used your sample code with some modifications to read/write RFID Tags.
I especially wrote on the EPC Bank of the tag.
It worked 2 times (per tag) and since then I always get the error message that the content cannot be written to the memory because it is locked or perma-locked.
So my question is, is there a way to get the status of the EPC (or any other) bank ?
I also tried unlocking the bank with your API but since the setLock-method is defined as void, it is difficult to tell if the operation worked.
Hi Team,
I used your sample code with some modifications to read/write RFID Tags. I especially wrote on the EPC Bank of the tag. It worked 2 times (per tag) and since then I always get the error message that the content cannot be written to the memory because it is locked or perma-locked.
So my question is, is there a way to get the status of the EPC (or any other) bank ?
I also tried unlocking the bank with your API but since the setLock-method is defined as void, it is difficult to tell if the operation worked.
Best regards, Eric