Rfid Reader Tag number Extraction
-
i have a demo program of Rfid Reader ,from which i saw the commands to be sent to rfid reader in order to initialize rfid reader.and that program is sending 2 commands to Rfid Reader continously ..and the rfid reader is sending response command continously ... i achieve this part ,and i am receiving response command in command prompt . ,. now when i placed a tag in front of rfid reader ,rfid reader detected the tag and send this 33 bytes to command prompt .. how i get the number from 00 00 to 67 (middle portion) , as this is the Epc (Electronic Product code) .i want to get this number and Epcs of other tags also . how can i achieve this ?I have to send these EPCs on Firebase Database .I am stuck here .what i should do now ? 33 bytes A0-13-01-89-0C-34-00-00-00-00-00-00-00-00-00-00-00-36-67-4B-9B-A0-01-89-00-00-11-00-00-00-01-BA
-
i have a demo program of Rfid Reader ,from which i saw the commands to be sent to rfid reader in order to initialize rfid reader.and that program is sending 2 commands to Rfid Reader continously ..and the rfid reader is sending response command continously ... i achieve this part ,and i am receiving response command in command prompt . ,. now when i placed a tag in front of rfid reader ,rfid reader detected the tag and send this 33 bytes to command prompt .. how i get the number from 00 00 to 67 (middle portion) , as this is the Epc (Electronic Product code) .i want to get this number and Epcs of other tags also . how can i achieve this ?I have to send these EPCs on Firebase Database .I am stuck here .what i should do now ? 33 bytes A0-13-01-89-0C-34-00-00-00-00-00-00-00-00-00-00-00-36-67-4B-9B-A0-01-89-00-00-11-00-00-00-01-BA
Several useful articles on this site with code; UHF RFID Reader Program[^]