I am hoping I can get hold of the author of this thread. I have a project that uses the SM125 RFID Module from Cooking Hacks. I will be using multiple antennae which is connected by way of a matrix of optorelays. Each relay will connect an antenna to the SM125. Upon connection, I would like to issue a command to read the tag, if present, which is sitting on the antenna. The pseudo-code is as follows:
1. Activate next optorelay (connect the antenna)
activate SM125
2. Is there a tag?
issue read command
3. if found, read, record, and report the tag otherwise go to 1
I hope I have explained my request.
thanks,