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. 24/101
Time: 1 byte time, time unit is 10mS. If time is 0x0A, the beep time is 100mS.
Success:
Frame 0x14 Checksum
Failure:
Frame 0xEB Checksum
Example:
Send: 0x00 05 00 14 AA BB
Return: 0x00 04 01 14 11
5.2.8 Read Data from FLASH in MCU
Function: read data from FLASH in MCU of the module.
Host sends:
Frame 0x15 Address Bytes Checksum
Address: 2 bytes, read start address, address from 0x0000 to 0x01FF, MSB first
Bytes: 1 byte, number of bytes to read
Success:
Frame 0x15 Data Checksum
Data: data to be read.
Failure:
Frame 0xEA Checksum
Example:
Send: 0x00 07 00 15 00 00 10 02
Return: 0x00 14 01 15 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 00
5.2.9 Write Data into FLASH in MCU
Function: write data into FLASH in MCU of the module.
Host sends:
Frame 0x16 Address Bytes Data Checksum
Address: 2 bytes, read start address, address from 0x0000 to 0x01FF, MSB first.
Bytes: 2 byte, number of bytes to be written.
Data: "Bytes" data to be written.
Success:
Frame 0x16 Checksum
Failure:
Frame 0xE9 Checksum
Example:
Send: 0x00 17 00 16 00 00 10 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 11
Return: 0x00 04 01 16 13