Shop OBEX P1 Docs P2 Docs Learn Events
Smart Card Reader — Parallax Forums

Smart Card Reader

PdkkidPdkkid Posts: 3
edited 2011-07-19 22:31 in BASIC Stamp
I was curious if their was a way to have a program the would, lets say move a servo if the hex code on a smart card matches the code you inputed on a program Like,

If HEX, *0 = 0F THEN
Pulseout 13, 850

Comments

  • PJAllenPJAllen Banned Posts: 5,065
    edited 2011-07-17 16:32
    By "smart card" do you mean RFID tags (cards)?
    I made a demo using LEDs, but you could run a servo routine, sound a buzzer, etc.
  • PdkkidPdkkid Posts: 3
    edited 2011-07-18 21:45
    No, i mean the Smart Card reader from parallax Here, but thank you for the rfid code i was puzzled by rfid for a while and am just figuring out how to use it.
  • PJAllenPJAllen Banned Posts: 5,065
    edited 2011-07-19 05:42
    OK.
    Didn't know about those.
    RFID/SmartCard aren't interchangeable, but the operational principle is similar - yes?
    (That reader costs a lot less than the RFID and the cards cost the same.)
  • PdkkidPdkkid Posts: 3
    edited 2011-07-19 22:31
    Yes, the smart card reader is cheaper than the rfid reader, and smart cards are programed using hex code that u can program to it into the debug screen in the pbasic program.but rfid are not programable unless you have the reader/writer moduel.
Sign In or Register to comment.