I have the Simultaneous RFID reader and an Arduino Shield. I am attempting to read a passive temperature sensor that requires me to read from a specific word address, 8th word, in the RESERVED Bank. It starts at the 8th word and has a length of 1. I have used the example 16 from your extended github library (https://github.com/paulvha/ThingMagic/t … ib_special) but it can’t read more than 4 words in the RESERVED memory. It does this correctly for the initial 4 words but I have a Tag that has 8 words in the Reserved bank. Is there a way to modify the .h and .cpp file to expect the RESERVED bank to contain 64 bytes instead of 32? I will only need the 8th word but could parse it out if necessary.
Thanks for all of your wonderful examples