Error logging in to ST25DV04k
I always get the error:
-[NFCTagReaderSession transceive:tagUpdate:error:]:888 Error Domain=NFCError Code=100 "Stack Error" UserInfo={NSLocalizedDescription=Stack Error, NSUnderlyingError=0x282891950 {Error Domain=nfcd Code=54 "Session não ativa" UserInfo={NSLocalizedDescription=Sessão não ativa}}}
Using swift code: tag.sendRequest(requestFlags: Int(data[0]), commandCode: Int(data[1]), data: data.advanced(by: 2))
and passing the values to "00B30201B8F355AA00000000". on date. then data[0] == 00. and data[1] =B3 and the remainder goes 0201B8F355AA00000000
