Activating the reader to select an application (Select AID) on the android (HCE)

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

Activating the reader to select an application (Select AID) on the android (HCE)

2,672件の閲覧回数
eugenebunin
Contributor I

The scheme
     Phone -> Card emulation
     Card reader -> reader / writer mode (using the ISO/IEC 7816-4 protocol)

I plan to connect the phone with a card reader. I am a developer of the reader program. On the phone android running the application in HCE mode.

As I understood the example, "NfcrdlibEx3_NFCForum" uses SNEP (Simple NDEF Exchange Protocol) which is not suitable for me, since the android expects ISO / IEC 7816-4 protocol.

Tell me, please, steps to run the example on the reader and then select the application on the android.

I will be grateful for a (short) list of library functions, functions that output the application to the ISO / IEC 7816-4 protocol layer.

thank you

0 件の賞賛
返信
1 返信

1,990件の閲覧回数
eugenebunin
Contributor I

                        DEBUG_PRINTF("Sending APDU:\n");
                        status = phpalI14443p4_Exchange(&spalI14443p4,PH_EXCHANGE_DEFAULT, &bBufferReader[3], sizeof(message),(uint8_t **)&bBufferReader[0], &bRxLength);

it works, I managed to select an application on android.

0 件の賞賛
返信