Rfid first attempt.
I am new to basic stamp 2 but ok at electronics. This is my starter project box it has a LCD ,rfid reader and the leds. I need a bs2 program to read the rfid and output to the lcd. I have used the rfid program on the paralax website and it doesn't work but I don't know anything I am doing in programming. I am not sure how to DEBUG it. There is also a photo of my robot control center the idea was based off of..Let me know what u think or if you can help my rfid Project. I want to make this into a device to unlock my car after i know what i am doing in programming.
Comments
Do you understand how to use the DEBUG statement? Do you understand how to use the SEROUT statement with your LCD? If not, then you need to spend some time with the "What's a Microcontroller?" tutorial learning some basics.
The example code is unfortunately a bit complicated by statements like #IF / #ELSE / #ENDIF that compile different things depending on the Stamp model you're using. In the examples, the SERIN statement reads the tag into the string "str" for a BS2 which is probably what you have. You can use a DEBUG statement to display this string. Similarly, you can use a SEROUT statement to do the same thing with your LCD. If you're not sure how to use your LCD, read the documentation for it and the examples given in the documentation.