Android transceive ResetEas command receive null

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Android transceive ResetEas command receive null

634 Views
1134315214
Contributor I

Hello,

      I want to develop solution to ResetEas ICODE SLI TAG,i use Android  NFC-V  to Send raw NFC-V commands to the tag and receive the response. but  Custom commands receive null , Optional commands and  Mandatory commands is ok 

let cmd = new Array();
cmd[0] = 0x22; // flag
cmd[1] = 0xA3;
cmd[2] = 0x04;
cmd = cmd.concat(tag.getId());
let infoRmation = mNfcV.transceive(cmd);

Tags (2)
0 Kudos
1 Reply

588 Views
jimmychan
NXP TechSupport
NXP TechSupport

For your information, there are some App. Notes talk about the ICODE operation.

Such as AN11032, AN11042 and AN11138.

Please go to the DocStore to download the documents. https://www.docstore.nxp.com 

0 Kudos