Instructions

NFC &
MIFARE & ISO14443AB & ISO15693 & ISO18000 & ISO7816 IC Card Module www.quio-rfid.de
Copyright © 2003-2022 Quick Ohm Küpper & Co. GmbH. All rights reserved. 90/101
Send: 0x00 09 00 C9 07 07 07 07 07 C7
Return: 0x00 04 01 C9 CC
5.15.3 Target Commands
5.15.3.1 Read Data from NFC Tag
Function: read data from NFC Tag over communication port.
Host sends:
Frame 0xCA PAGE NUMBER Checksum
PAGE: 1 byte start page
NUMBER: number of pages to read
Success:
Frame 0xCA DATA Checksum
DATA: retruned data from NFC Tag
Failure:
Frame 0x35 Checksum
Example:
Send: 0x00 06 00 CA 07 01 CA
Return: 0x00 08 01 CA 07 07 07 07 C3
5.15.3.2 Write Data to NFC Tag
Function: write data to NFC Tag over communication port.
Host sends:
Frame 0xCB PAGE NUMBER DATA Checksum
PAGE: 1 byte start page
NUMBER: number of pages to write
DATA: data to write
Success:
Frame 0xCB Checksum
DATA: returned message from target
Failure:
Frame 0x34 Checksum
Example:
Send: 0x00 0E 00 CB 07 02 07 07 07 07 08 08 08 08 C0
Return: 0x00 04 01 CB CE
5.15.3.3 Write UID of NFC Tag
Function: Write UID of NFC Tag over communication port.
Host sends:
Frame 0xCC UID Checksum
UID: 7 bytes UID to write
Success:
Frame 0xCC Checksum
Failure: