Does anyone have example code that updates Aaron Weiss’ example code for the RFID Eval board (DEV10406)?
The existing code example on the product page leads to an example that uses NewSoftSerial. Now that SoftwareSerial is included in the IDE, it would be good to see even a basic example that simply reads a tag and compares it to an existing char containing the HEX values of a tag.
Hi there! I have added the RFID Eval code to the list of codes that need to be updated for the new Arduino IDE versions. In the mean time, if you want to take a crack at updating the code yourself, here is a good reference article summarizing the updates that came with Arduino 1.0 release, which should help you with the major changes on your code: http://www.engblaze.com/changes-in-the- … 0-release/.
I might do that, in fact. Though I will probably only provide a very simple example!