Another RFID Question!
Dan Taylor
Posts: 207
Hi all,
I can not figure out how to use the RFID module for the life of me! I've tried every source code that I can find and none of them work!
Can someone please post a code that works for you so that I can see if it works for me? Cause if it doesn't I know its something with my connections.
Thanks!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dan Taylor
I can not figure out how to use the RFID module for the life of me! I've tried every source code that I can find and none of them work!
Can someone please post a code that works for you so that I can see if it works for me? Cause if it doesn't I know its something with my connections.
Thanks!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dan Taylor
Comments
(My connection is: Gnd pin is connected to VSS. SOUT Pin is connected to pin 1. /ENABLE is connected to pin 0, and VCC is connected to VDD. I am using no resistors for this is that ok?)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dan Taylor
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dan Taylor
Jeff T.
I am using the BS2 model.
The connections are really simple aren't they? I have a hard time believing the problem would be in the connections.
Thanks!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dan Taylor
Main:
· LOW Enable··································· ' activate the reader
· #IF __No_SPRAM #THEN
···· SERIN RX, T2400, [noparse][[/noparse]WAIT($0A), STR buf\10]··· ' wait for hdr + ID
· #ELSE
···· SERIN RX, T2400, [noparse][[/noparse]WAIT($0A), SPSTR 10]
· #ENDIF
My reader can never get passed the Serin command. I am using a BS2 with no SPRAM. What is all of this line though: [noparse][[/noparse]WAIT($0A), STR buf\10]?
Please help!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dan Taylor
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support·
This time though the LED on the reader didn't even turn red! Could I possibly have bad tags?
I have 2 of the rectangular ones...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dan Taylor