Skip to main content

Search

Search

Rfid Encoding With Database

Comments

1 comment

  • Avatar
    Michael Toupin (mtoupin
    [quote name='Compucents' timestamp='1352310860' post='3661']
    I need to write 40 bytes of hex data to my ISP 15693 HF tag. I've created the RFID encoder object and am ready to connect it to a database for the 40 bytes. My question is... do I create a table with a single field and put the data across 40 rows, or do I need 40 fields each with a unique byte? I don't want 40 rows of RFID data to trigger 40 labels?

    Is there a better way to link hex data to my encoder? I am using Commander tied to a comma delimited text file to generate the rest of the label. Is there a way to represent the 40 bytes inside of my Commander trigger text file?
    [/quote]


    All you really need to do is change the tag type to 'hexadecimal', then pass the data in as a single string in a field in the text file.
    0

Please sign in to leave a comment.