Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: EarlyBird2; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    13,710

    Re: RFID RDM6300 Code.. Sample ?? Anyone ??

    There is no relation except for the CRC. My understanding is that you have to swipe the cards and capture the embedded numbers (Tag) which you can then use in your code. The output from the RFID is...
  2. Replies
    8
    Views
    13,710

    Re: RFID RDM6300 Code.. Sample ?? Anyone ??

    After a bit more reading.

    14 bytes because the output includes

    a start byte - 02
    10 tag characters
    2 CRC bytes
    an end byte - 03

    so with serin2 wait for 02 character and then read 10...
  3. Replies
    8
    Views
    13,710

    Re: RFID RDM6300 Code.. Sample ?? Anyone ??

    This is the example from the site in your original post it reads 14 tag IDs using I will look into converting this to PBP 2.5c for you.


    #include <p18lf26j11.h>
    #include <delays.h>
    #include...
  4. Replies
    8
    Views
    13,710

    Re: RFID RDM6300 Code.. Sample ?? Anyone ??

    Here is a RFID example which uses serin to read 10 characters from a RFID reader.

    RFID by Ecoli-557

    Have a read and as usual if you need more help just ask.
Results 1 to 4 of 4