RFID Sensor and its Tags!

Hi @ImGr

You can see the memory index as a pointer to the memory address of the DWORD you want to access (read/write). Each RFID tag has 128 DWORD, this means that when you are using memory index = 0 you are reading/writing to the first DWORD; if you use 127 you are pointing to the last DWORD and so on.

3 Likes