Android transceive ResetEas command receive null

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Android transceive ResetEas command receive null

1,216件の閲覧回数
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,170件の閲覧回数
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 件の賞賛
返信