Android transceive ResetEas command receive null

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Android transceive ResetEas command receive null

1,422 次查看
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);

标记 (2)
0 项奖励
回复
1 回复

1,376 次查看
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 项奖励
回复