NFC RFID readers of the Digital Logic current product line are capable to read the credit card UID only. Most of the credit card data is difficult to get due to these cards’ specific security.
Credit cards public data reading #
Java: https://www.d-logic.com/code/nfc-rfid-reader-sdk/ufr-apdu-credit_card_reader-examples-java
C: https://www.d-logic.com/code/nfc-rfid-reader-sdk/ufr-apdu-credit_card_reader-examples-c
C #: https://www.d-logic.com/code/nfc-rfid-reader-sdk/ufr-apdu-credit_card_reader-examples-csharp
C # WPF: https://www.d-logic.com/code/nfc-rfid-reader-sdk/ufr-apdu-credit_card_reader-examples-csharp_wpf
C ++: https://www.d-logic.com/code/nfc-rfid-reader-sdk/ufr-apdu-credit_card_reader-examples-cpp-gui
Our Java and C # WPF software examples use a new EMV_GetPAN function. This function gets the PAN (card number) from VISA and MasterCard cards directly.
For the software examples in other programming languages, the card data reading process starts with reading the public data, then parsing the data, and finally displaying the reading result.
If your project requires the card PAN reading only, we recommend the EMV_GetPAN function implementation.
APDU commands send & receive (Credit Card public data reading) #