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);