NTAG 424 DNA Interrupted Read Data

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

NTAG 424 DNA Interrupted Read Data

跳至解决方案
1,056 次查看
lukas_l
Contributor II

Hi,
I am trying to read the NDEF data file of my factory fresh card. When using the command ReadData with a specified length below 0x7A everything is fine. But with longer length or zero for full file I only get back 122 bytes also missing status bytes.
Card: NXP NTAG424 DNA
Reader: NXP CLRC663+
Status of Card: initialised and authenticated with Key0
Sample: trying to Read full length of File 2
PCD to PICC: 90 AD 00 00 07 02 00 00 00 00 00 00 00
PICC to PCD: 00 00 00 ………. 00 122 bytes overall no Status bytes (expected 256 Bytes Data + 2 Bytes Status)
Really would appreciate any inside.

0 项奖励
回复
1 解答
1,014 次查看
lukas_l
Contributor II

I found the error. The card only supports frame size 128 bytes in the data link layer and my implementation of the link layer disregarded that.

在原帖中查看解决方案

标记 (1)
0 项奖励
回复
1 回复
1,015 次查看
lukas_l
Contributor II

I found the error. The card only supports frame size 128 bytes in the data link layer and my implementation of the link layer disregarded that.

标记 (1)
0 项奖励
回复