MJay
MJay

Reputation: 1058

Send APDU commands to simcard through SIM900 module

Is that possible to send APDU commands (as done in javacard terminals) to a sim card inserted into a Sim900 module?

How can one do that? Is there any reference for setup and APDU commands instruction?

Appendix A:

In this document, I found that there are AT commands to open/close logical channels (AT+CCHO / AT+CCHC). Is that possible to send ADPUs through these logical channels?

Upvotes: 1

Views: 428

Answers (1)

candylife9
candylife9

Reputation: 58

Yes,AT+CCHO open a logical channel for your SIM card app, and then you send APDU to the app with AT+CGLA.Finally AT+CCHC close the channel to the app.

That means you need write a SIM card app and download it to the SIM CARD using a card reader.

Upvotes: 1

Related Questions