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


Results 1 to 20 of 20

Threaded View

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


    Did you find this post helpful? Yes | No

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

    Code:
    FOR tagNum = 1 to 4			' scan through known tags
        FOR idx = 0 TO 9				' scan bytes in tag
        READ (((tagNum-1) * 10) + idx), char	' get tag data from table
        IF (char = buf(idx)) THEN loc1
        IF (char = buf(idx)) THEN loc2
        IF (char = buf(idx)) THEN loc3
        IF (char = buf(idx)) THEN loc4
        Next
        Next
        goto main
    If you scan a card with "1" as the first character three doors will open? No always the first will open.
    Last edited by EarlyBird2; - 1st September 2014 at 21:51.

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