11.07.2015 Views

What is LLRP? - Motorola Solutions Launchpad

What is LLRP? - Motorola Solutions Launchpad

What is LLRP? - Motorola Solutions Launchpad

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Question:Can RFID3 API support reading large-capacity tag, Eg. EPC ID > 12 byts, MBsize > 64 bytes?Answer:Yes. In order to read large-capacity tag, application should change the defaultAPI tag storage settings, which are:Maximum size of EPC Data in Bytes: 12 bytes (96 bits)Maximum size of tag’s Memory Bank: 64 bytes(512 bits)Change TagStorageSettingsTagStorageSettings tagStorageSettings = new TagStorageSettings();tagStorageSettings.MaxTagIDLength = 30; // New maximum EPC ID: 30 bytestagStorageSettings. MaxSizeMemoryBank = 128; // New maximum memory bank size: 128 bytesComingMay 2010rfid3Reader.Config.SetTagStorageSettings(tagStorageSettings);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!