Hi,
I'm having some troubles with the library on a mac, whenever I start the example sketch without a tag on the rfid reader I get the ArrayIndexOutOfBoundsException: 0 error on this line:
"tags[i] = rfid.tagsOnReader(i);"
When I start the sketch with a tag on the reader it works ok and I can detect additional tags, but when I remove the initial tag from the reader The sketch quits unexpectedly and give this:
"Invalid memory access of location 0x0 eip=0x3b9c47" error in the processing log
I'm using a acr122u-A9 reader which is almost the same as a touchatag branded reader, has this something to do with it?
Any thoughts how I might resolve this?
Thanks