|
-
November 19th, 2010, 12:13 AM
#2
Re: RFID Encoding
pretty generic question there Jason. Can you be any more specific?
"Encoding" is a loose term. there are lots of different types of encoding: dod, gdti, giai, gid, grai, gsrn, sgln, sgtin, sscc, just to name some standards. which one are you doing?
EPC Global produces the specs which you should be able to use to code a tag encoding library against. all you need to do is encode the tag value and generate the raw print file and send that to the printer. the tag value is generated at the bit level (meaning you have to do bit manipulation bit for bit for all 96 bits, then append those bytes to a string in a hexadecimal form to make the 24 character string)
If you have the budget (its pretty enterprise level stuff) our company has everything rfid including all the tag encoding libraries, (all C#) printing, and a lot more. http://globeranger.com/products/
good luck.
Last edited by MadHatter; November 19th, 2010 at 12:18 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|