Reading multiple RFID TIDs at the same time

Does anyone know how to read multiple tags RFID TID simultaneously? I am using a " Simultaneous RFID Tag Reader" but it only works with EPC code.

Also, does anyone know why I have to use “.enableDebugging()” to read TID?

reading multiple RFID tags: The M6E/M7E can read multiple tags at the same time, but it will display the first, strongest, detected tag over and over again. If you move another tag in front of the antenna to be the strongest, it will display that tag. In the bigger, MercuryAPI, there are different G2-commands to “silence” a tag that has been read for a while so the other tags can be detected. These commands are not available in the, much smaller, Sparkfun library.

enabledebugging(): There should be no need to keep that enabled, as it will only show the data received. Do you get issues when disabled ?

Thank you, @paulvha, I will check MercuryAPI to see if I can take advantage of new commands.

Regarding enabledebugging(), I tested it a few times, and it wasn’t working when I disabled debugging. Now that you said it should work, I will give it a try again to see what I was doing wrong.
I was following this example in Github SparkFun_Simultaneous_RFID_Tag_Reader_Library/examples/Advanced/Read_UID/Read_UID.ino at master · sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library · GitHub