Shop OBEX P1 Docs P2 Docs Learn Events
basicatompro 24pin and parallax rfid reader — Parallax Forums

basicatompro 24pin and parallax rfid reader

zhilandzhiland Posts: 1
edited 2010-03-17 22:33 in General Discussion
Hi guys,
I started my SR project a couple days ago and my goal is to make a smart shopping cart. i bought the parallax rfid reader from radio shack, plugged it into my BasicAtomPro24 and i downloaded the basic sample code, and basic micro studio doesn't seem to like it (Error: Bad Hex digit in constant). im not sure if i shoulda posted here or at the BasicAtom site but any help is appreciated,
Thanks

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2010-03-17 15:44
    We can't help you here with the Basic Atom code. Parallax Stamp Basic uses "$" as a prefix for hexadecimal constants. It may be that the Basic Atom software uses the C convention of using "0x" as a prefix. There may be other incompatibilities between Parallax Stamp Basic and the Basic Atom software. You can't assume that they're equivalent.
  • FranklinFranklin Posts: 4,747
    edited 2010-03-17 22:33
    I'd start by reading the rfid documentation and then writing code to interface the two. You can use the stamp code to see how things are done.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
Sign In or Register to comment.