User Guide

address within the bank. Multiple word in either bank will then be written at contiguous
addresses from the start address. If no address modifier is given it is assumed the start
address for the EPC is address2 of bank1, and the start address for the USR is address0
of bank3.
To specify a non-default start address surround 4 ASCII hex characters in parenthesis
immediately after the 3 character memory area specifier and before the data field.
In the GENERATE command there is one further data modifier. If any 4character
WORD is preceded by a ! (ASCII 0x21) this word will be incremented by one for each
subsequent entry generated.
EXAMPLES of WRITEITEM commands----
To specify one database entry for programming 96 bits of EPC only
WRITEITEM=EPC111122223333444455556666
To specify one database entry for programming 128 bits of EPC only
WRITEITEM=EPC11112222333344445555666677778888
To specify one database entry for programming 96 bits of EPC and
ACCESSPASSWORD of 0xDEADBEEF
WRITEITEM=EPC111122223333444455556666,ACCDEADBEEF
To specify the above but also with KILLPASSWORD of 0xF00DFACE
WRITEITEM=EPC111122223333444455556666,ACCDEADBEEF,KILFOODFACE
To specify the above and also program user memory from address 0 with
0x123456789ABC
WRITEITEM=EPC111122223333444455556666,ACCDEADBEEF,KILFOODFACE,U
SR123456789ABC
To program one word with value 0xB00B of EPC at address4 of EPC memory
WRITEITEM=EPC(0004)B00B
EXAMPLES of GENERATE commands----
The NUM field in the GENERATE command specifies how many database entries to
create, and is in ASCII DECIMAL
To GENERATE 10000 database entries with 80 bits of 0x11112222333344445555 then
an incrementing field from 0x0000 to 0x270F
GENERATE=EPC11112222333344445555!0000,NUM10000
To GENERATE 10000 database entries with 80 bits of 0x11112222333344445555 then
an incrementing field from 0x0000 to 0x270F and also program the KILL PASSWORD
with ABCDEF01
GENERATE=EPC11112222333344445555!0000,KILABCDEF01,NUM10000
To GENERATE 1000 entries programming only address8 of USR memory with
incrementing values from 0x2000 to 0x23E7
GENERATE=USR(00080)!2000,NUM1000
Copyright 2014 Thinkify LLC. All Rights Reserved.
Thinkify, LLC, 18450 Technology Drive, Suite E1, Morgan Hill, Ca. 95037, www.thinkifyit.com 408-782-7111