Topic: Implement support for RHMMF1RW and SVN access
Hi all.
I have known libnfc recently and I am working to include support for my rfid reader which is a Chinese RS232 one and I don't know which chip uses. I had already done some proof of concepts and I don't think it will take me too much time.
The matter is that even if libnfc plans to be a generic open source library for NFC, it's coded thinking in the PN53 chips.
For example, in nfc.c:
// Try to retrieve PN53x chip revision
// We can not use pn53x_transceive() because abtRx[0] gives no status info
if (!pnd->pdc->transceive(pnd->nds,pncmd_get_firmware_version,2,abtFw,&szFwLen))
I have the datasheet of my device and the protocol specification and there's no command to know the firmware so that's not useful for me.
I will also work on doing the code more generic ![]()
I also wanted to know if I could get write access to the svn. I have already done some trivial changes. For bigger changes of course I wouldn't apply before discussing them.
Regards, Pablo.
Last edited by pablog (2010-07-19 14:19:43)




