I'm trying to set AFI password to the SLIX-S tag. I found the command for set password is B3: take a look please (Link here: Page 12). But every time my set password command crash. I think the format of the code line I use is wrong. Is there any way to solve this problem? Thanks a lot for anything can help me.
Update:
I tried this one sequence of bytes but still can't set password successfully.
buffer = nfcv.transceive(new byte[] {
0x00, //flag
0xB3, //set password command
0x04, //manufacturer code (NXP should be 0x04)
0xe0, 0x04, 0x02, 0x50, 0x04, 0xfa, 0xab, 0x4c, //UID
0x10, //password identifier for AFI
0x31, 0x32, 0x33, 0x38, //XOR-password from password: 0x31, 0x32, 0x33, 0x34
//with xor(0x09) and xor(0x05)
0x11, 0xba }); // CRC16 from XOR-password