User's Manual

5.4.17 Special Customer Requests (70-01)
5.4.17.1 Read and Clear (payload mode 00 and 01)
With this function the tag can be read and immediately over-written by “00 00 00 00 00 00 00 00 00 00 00 00”.
Parameters: unsigned char mode, unsigned long accessPasswordReturn
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 inventory
PC -> Reader 52 46 45 01 7001 02 05 03 01 00000000 04 cs
dataLength = 0x05
inventoryMode = INVENTORY_ON
accessPassword = 0x00000000
Example: Stop inventory
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
(TagID) Reader -> PC 52 46 45 01 9002 02 0E 03 01 0C 000000000000000000000001 04 cs
dataLength = 0x0E
StartByte-TagID = 0x01
IDLength = 0x0C
TagID = “000000000000000000000001”