0

Can the communication of RFID tag and RFID reader(EPC Gen2 standard) be simulated by tcp comunication? What's the distinction between the two types of comunication

Gina
  • 173
  • 1
  • 4
  • 12
  • I don't really get your question. What exactly do you want to know? – cxxl Dec 02 '12 at 16:21
  • I want to develop a RFID Simulation System ,But i am not sure that if i can simulate the communication process of RFID tag and RFID reader with tcp communication. – Gina Dec 03 '12 at 00:24
  • at which platform are you simulating it? `Matlab`? – BrOSs Dec 03 '12 at 05:03

1 Answers1

0

If you want to code a tcp client simulating a tag and a tcp server simulating an interrogator then it could be accomplished. But you have to notice that the comunication protocol within RFID tags and Readers it's declared in ISO 18000-6C

regards!

BrOSs
  • 909
  • 4
  • 10
  • 27