RFID Issues.... HELP !!!!!


Closed Thread
Results 1 to 20 of 20

Hybrid View

  1. #1
    Join Date
    May 2012
    Location
    Merseyside, UK
    Posts
    237


    Did you find this post helpful? Yes | No

    Default Re: RFID Issues.... HELP !!!!!

    Hi Steve

    Have puzzled over this for a whilst…..I have to say I haven't a clue… What have I missed or nearly found !!!

    BR
    Andy

  2. #2
    Join Date
    Jun 2009
    Location
    Sc*nthorpe, UK
    Posts
    333


    Did you find this post helpful? Yes | No

    Default Re: RFID Issues.... HELP !!!!!

    Quote Originally Posted by andybarrett1 View Post
    Hi Steve

    Have puzzled over this for a whilst…..I have to say I haven't a clue… What have I missed or nearly found !!!

    BR
    Andy

    Code:
    ' -----[ EEPROM Data ]-----------------------------------------------------
    
    Tag1	DATA	"1400434B9C"
    Tag2	DATA	"1500649EC3"
    Tag3	DATA	"150063C82C"
    Tag4	DATA	"X50064A4CA"
    
    
    ' -----[ Program Code ]----------------------------------------------------
    
    Main:
     
        SERIN2 portb.1,84, [WAIT($02), STR buf\10]	' Read RFID
    When you read the code buf(0) will be "C" for Tag1
    When you read the Data the first char will be "1"

    So

    READ (((tagNum-1) * 10) + idx), char
    IF (char = buf(idx)) THEN loc1

    When idx is 0 what are the values of char and buf(0)?

Similar Threads

  1. RFID example.
    By StevenLim in forum General
    Replies: 2
    Last Post: - 8th February 2011, 09:08
  2. RFID with PIC
    By sswcharlie in forum General
    Replies: 0
    Last Post: - 30th August 2008, 08:41
  3. RFID Implant
    By sayzer in forum Off Topic
    Replies: 0
    Last Post: - 8th May 2007, 11:23
  4. Rfid Reader
    By thaivu in forum Serial
    Replies: 5
    Last Post: - 9th November 2006, 06:52
  5. Rfid?
    By toalan in forum Off Topic
    Replies: 0
    Last Post: - 11th February 2005, 23:37

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts