Shop OBEX P1 Docs P2 Docs Learn Events
RFID door lock; can we tell the BS2 to recognize a master tag, and accept anoth - Page 2 — Parallax Forums

RFID door lock; can we tell the BS2 to recognize a master tag, and accept anoth

2»

Comments

  • bill190bill190 Posts: 769
    edited 2010-03-02 06:09
    Attached·is something which can be quite important...

    It contains this which is commented out. Uncomment it and it will write spaces to the first part of EEPROM memory and give you a "clean slate"....

    i·· VAR Byte
    'FOR i = 0 TO $100··· 'Uncomment for "clean slate", then comment and run again
    '· WRITE i, "· "
    'NEXT

    Then comment·the above·again and run·it again and it runs just this part...

    test1 DATA "$FF,$FF,$FF,$FF,$FF"
    test2 DATA "······· "
    test3 DATA "$FF$FF$FF$FF$FF"
    test4 DATA "······· "
    test5 DATA $FF,$FF,$FF,$FF,$FF
    test6 DATA "······· "
    test7 DATA "FF,FF,FF,FF,FF"
    test8 DATA "······· "
    test9 DATA "FFFFFFFFFF"
    test10 DATA "······ "

    Then run my ASCII EEPROM viewer and see how it stored each one!
  • orendaclorendacl Posts: 44
    edited 2010-03-03 09:34
    Hello, Bill190.
    Just wanted to post a thankyou for all your effort, and a brief status update. I had to deviate a day and a half from this project since my last post but will get back onto it for a few hours tomorrow.
Sign In or Register to comment.