Pablo
Pablo
Hi. I've a problem with `nfc_initiator_select_passive_target` function. I've verified that if the card is removed at the beginning of the reading, the function `nfc_initiator_select_passive_target` blocks the execution of the main...
Hi. I'm trying to find why I can't read NFC tag (a smartphone device with Android). I'm seen if I use the nfc_initiator_poll_target() function directly from libnfc the android device...
Hi, In my app I used nfc_initiator_transceive_bytes() (libnfc) function to read Desfire tag and building each APDU but in my tests, the reading that uses the read_data() (libfreefare) function is...
Hi. I'm trying authenticate on mifare desfire EV1 with a key generating for a external device (SAM module). For that, in my old code where I used native commands, I...
Hi. Even though [MONTH_PATTERNS](https://github.com/akoumjian/datefinder/pull/123/commits/f51a51ba930fc22b85690ad83249f385d42cdf32) contains months in Spanish, the module is not able to locate string dates in Spanish. `>>> list(datefinder.find_dates("2 de septiembre de 2016")) [] ` `>>> list(datefinder.find_dates("2 septiembre...
Hello. I can't figure out why I can't write 6 bytes to a file on a Desfire card. The following are the values when i call to write_data function. ```...