Topic: beginner question with libnfc
Hello everyone. I am beginner with libnfc, real beginner.
1. I have just purchased a Sony RC-S370 as I saw RC-S360 seems to be supported by libnfc.
I can tell from the material that you need a PN53x chip on the card reader so as to be supported,
but cannot find webpages that claim the existence of such chips in RC-S370 except for some
Japanese developer's blog.
wonder if Sony ever reveal it, or anyone know if RC-S370 is supported. Thank you.
2. my second question is that I am reading through the example provided here:
http://www.libnfc.org/api/examples_page.html
I saw the definition of "nmMifare" and the usage of "if (nfc_initiator_select_passive_target (pnd, PM_ISO14443A_106, NULL, 0, &nti)) {"
from my shallow knowledge I find that the "PM_ISO14443A_106" is of "pn53x_modulation_t" type, while the
"bool nfc_initiator_select_passive_target" function require its second parameter to be "nfc_modulation_t" type.
anyone who actually run the program? I came through this when I was reading the beginner level material.
Thank you all!