What is the bitrate used to communicate with the Card

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

What is the bitrate used to communicate with the Card

736 次查看
aceviker
Contributor I

Hi,

I have managed to build a reader with the NFC Library but I could not find the bitrate used between the card and the device. I am using the simplified ISO example with OM26630 with an ISO14443-4A card.

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

644 次查看
aceviker
Contributor I

So If I were add these lines

phacDiscLoop_Sw_DataParams_t* loopParams = phNfcLib_GetDataParams(PH_COMP_AC_DISCLOOP);

loopParams->sTypeATargetInfo.sTypeA_I3P4.bDri = PHPAL_I14443P4A_DATARATE_848;
loopParams->sTypeATargetInfo.sTypeA_I3P4.bDsi = PHPAL_I14443P4A_DATARATE_848;

would it enable the reader to use the higher rates if the card supports it.

0 项奖励

644 次查看
Jonathan_Iglesias
NXP TechSupport
NXP TechSupport

Please check this thread where I explained how to set this values if this does not help you please let me know.

https://community.nxp.com/thread/498999

BR

Jonathan

0 项奖励

644 次查看
Jonathan_Iglesias
NXP TechSupport
NXP TechSupport

Dear Alican Çeviker,

the bit rates to communicate to a card in that iso layer is 106kbit/s  you can found this information in the specification of ISO/IEC 14443-3 section 6.1 Bit rates, you can see as optional other rates but this will be if the card support this or not.

Have a great day !

BR

Jonathan

0 项奖励