User's Manual

5.4.17.2 Write 12 bytes EPC with Password (payload mode 00 and 01)
With this function the tag can be written 12bytes EPC number which was protected by 4 bytes Access Code.
Parameters: unsigned char mode, unsigned long accessPassword, unsigned char tagId[tagIdCount]
Return Values: RFE_RET_VALUE status
Status Values: RFE_SUCCESS, RFE_ERR_ON_EXEC_OP, RFE_ERR_COULD_NOT_WRITE,
RFE_ERR_WRONG_PARAM_COUNT, RFE_ERR_WRONG_PARAM
Example: Start writing
PC -> Reader 52 46 45 01 7001 02 10 03 01 11111111 11223344556677889900AABB 04 cs
dataLength = 0x10
inventoryMode = INVENTORY_ON
accessPassword = 0x11111111
12bytes EPC = 0x11223344556677889900AABB
Example: Stop writing
PC -> Reader 52 46 45 01 7001 02 01 03 00 04 cs
dataLength = 0x01
inventoryMode = INVENTORY_OFF
Reader -> PC 52 46 45 01 7001 02 01 03 00 04 cs
dataLength = 0x01
status = 0x00 -> RFE_SUCCESS
(Success) Reader -> PC 52 46 45 01 9002 02 0E 03 01 0C 11223344556677889900AABB 04 cs
dataLength = 0x0E
StartByte-TagID = 0x01
IDLength = 0x0C
TagID =11223344556677889900AABB