User's Manual
Table Of Contents
- 1. FEATURES
- 2. DESCRIPTION
- 3. PINNING INFORMATION
- 4. Communication Protocol
- 4.1 Communication Setting
- 4.2 Communication Format
- 4.3 Command Overview
- 4-4. Command List
- 4-4-1 System Function Command
- 4-4-2 ISO14443A - Mifare Function Command
- 4-4-2-1. Request(Card A)
- 4-4-2-2. Anticollision(Card A)
- 4-4-2-3. Select card (Card A)
- 4-4-2-4. Halt (Card A)
- 4-4-2-5. Authenticate
- 4-4-2-6. Read block
- 4-4-2-7. Write block
- 4-4-2-8. Initialize electronic purse
- 4-4-2-9. Read purse value
- 4-4-2-10. Decrease purse value (including Transfer)
- 4-4-2-11. Increase purse value (including Transfer)
- 4-4-2-12. Restore purse value
- 4-4-2-13. Transfer
- 4-4-2-14. Get ATS of CPU A
- 4-4-2-15. Exchange data between PICC and PCD according with T = CL protocol
- 4-4-2-16. Ultralight card Anticoll and Select
- 4-4-2-17. Write a page of data into ultralight card
- 4-4-2-18. Authenticate password of Ultralight_C
- 4-4-2-19. Change password of Ultralight_C
- 4-4-2-20. SHC1102 card check password
- 4-4-2-21. Read data block of SHC1102 card
- 4-4-2-22. Write data block of SHC1102 card
- 4-4-2-23. Request DESFire and reset
- 4-4-2-24. Get version of Ntag213/216
- 4-4-2-25. Read page of data of Ntag213/216
- 4-4-2-26. Fast read page of data of Ntag213/216
- 4-4-2-27. Get NFC counter of Ntag213/216
- 4-4-2-28. Authenticate password of Ntag213/216
- 4-4-3 NFC Function Command
StrongLink SL060
http://www.stronglink-rfid.com
10
0xAA 0xBB Len DeviceID 0x02 0x02 Checksum
Data: None
Response:
0xAA
0xBB
Len
DeviceID
0x02
0x02
Status
Data
Checksum
Data: UID
Status: 0x00: Operation succeed
0x0A: Operation fails
4-4-2-3. Select card (Card A)
0xAA 0xBB Len DeviceID 0x03 0x02 Data Checksum
Data: UID
Response:
0xAA 0xBB Len DeviceID 0x03 0x02 Status Data Checksum
Data: SAK
Status: 0x00: Operation succeed
0x0A: Operation fails
4-4-2-4. Halt (Card A)
0xAA
0xBB
Len
DeviceID
0x04
0x02
Checksum
Response:
0xAA
0xBB
Len
DeviceID
0x04
0x02
Status
Checksum
Data: None
Status: 0x00: Operation succeed
0x0A: Operation fails
4-4-2-5. Authenticate
0xAA 0xBB Len DeviceID 0x07 0x02 Data Checksum
Data: 1 byte authenticate mode + 1 byte absolute block number + 6bytes key
authenticate mode: 0x60—KeyA 0x61—KeyB
Response:
0xAA 0xBB Len DeviceID 0x07 0x02 Status Checksum
Status: 0x00: Operation succeed
0x16: Verifying key fails
4-4-2-6. Read block
0xAA
0xBB
Len
DeviceID
0x08
0x02
Data
Checksum
Data: 1 byte absolute block number
Response:
0xAA 0xBB Len DeviceID 0x08 0x02 Status Data Checksum
Data: 16 bytes data
Status: 0x00: Operation succeed
0x17: Reading fails
4-4-2-7. Write block
0xAA 0xBB Len DeviceID 0x09 0x02 Data Checksum
Data: 1 byte absolute block number+16 bytes data
Response:
0xAA 0xBB Len DeviceID 0x09 0x02 Status Checksum