How can I use the rfal_1.3.0 libraries to read and write to iCode tags?
I am using a Raspberry Pi with the rfal_1.3.0 libraries and with the demo software I can get the board to read iCode Tag UIDs without any problem.
However, I want to be able to read and write from the iCode tags memory, but I can’t find the commands within the library to be able to send and receive data. In the example, it uses the SysInfoReq command, but I can’t see any way of viewing the data back from the tag. I have taken the sample code provided and modified the main state machine to include DataExchangeSart and Check functions, which utilise the exampleRfalPollerDataExchange function, but I am unable to see the data that is returned.
If anyone could advise on how to get to see the data returned?
In my final solution I want to read the UID, read and write to the memory of the iCode tags.
Any advice would be greatly appreciated.
