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. 88/101
Success:
Frame 0xC2 DATA Checksum
DATA: returned data from target
Failure:
Frame 0x3D Checksum
Example:
Send: 0x00 0C 00 C2 11 22 33 44 55 66 77 88 46
Return: 0x00 08 01 C2 12 34 56 78 C3
5.14.3 Target Commands
5.14.3.1 Target Prepare Exchange Data
Function: store exechange data to target to wait initiator exchange command from RF
interface.
Host sends:
Frame 0xC3 DATA Checksum
DATA: data to exchange
Success:
Frame 0xC3 Checksum
Failure:
Frame 0x3C Checksum
Example:
Send: 0x00 08 00 C3 12 34 56 78 C3
Return: 0x00 04 01 C3 C6
5.14.3.2 Target Read Status and Exchange Result
Function: read RF communication status, if data exchange finished then return exchange
data.
Host sends:
Frame 0xC4 Checksum
Success:
Frame 0xC4 DATA Checksum
DATA: returned message from target
Failure:
Frame 0x3B Checksum
Example:
Send: 0x00 04 00 C4 C0
Return: 0x00 0D 01 C4 00 11 22 33 44 55 66 77 88 40