Hey ImGr
If you look at the description of the sensor it says:
“A RFID tag includes 128 DWORD of free memory and an unique serial number. Each DWORD can be accessed by setting the corresponding memory index in the reader (see table below).”
So, by setting the Index-Tag you can say which DWORD you want to read.
BUT I see a problem there. @brunovgr and @wayneschaefer: In the documentation of the sensor it says “128 DWORD of free memory”, but the inputs and outputs of the part (“Write_Data” and “Read_Data”) are of the type INT. AFAIK an INT only uses a WORD, and not a DWORD. So, is the documentation wrong or how do I pull the second WORD of the DWORD?