Sensis SL600 User Manual

Nfc reader / writer

Advertisement

Quick Links

N N N F F F C C C R R R e e e a a a d d d e e e r r r S S S L L L 6 6 6 0 0 0 0 0 0

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SL600 and is the answer not in the manual?

Questions and answers

Summary of Contents for Sensis SL600

  • Page 1 N N N F F F C C C R R R e e e a a a d d d e e e r r r S S S L L L 6 6 6 0 0 0 0 0 0...
  • Page 2 RFID READER NFC Reader / Writer SL600 User Manual Version 1.1 Feb 2015 StrongLink...
  • Page 3: Table Of Contents

    StrongLink SL600 CONTENT 1. MAIN FEATURES ................... 3 2. CONNECTING TO PC ................4 2.1 SL600- USB ....................4 3. COMMUNICATION PROTOCOL ............5 ..............5 3.1 C OMMUNICATION ETTING ..............5 3.2 C OMMUNICATION ORMAT 4.
  • Page 4: Main Features

    StrongLink SL600 1. MAIN FEATURES  Tags Supported: Mifare 1k, Mifare 4k, Mifare UltraLight, Mifare UltraLight C, DESFire and NTAG203  NFCIP-1 Message Function  USB HID Protocol Interface  13.56MHz RF Operating Frequency  ISO14443, ISO18092 NFCIP-1 mode(text & url content) ...
  • Page 5: Connecting To Pc

    StrongLink SL600 CONNECTING TO PC 2.1 SL600- USB Connect SL600 to the USB port of PC, then you can find the device in the “Device Manager” as follows: http://www.stronglink-rfid.com...
  • Page 6: Communication Protocol

    3. COMMUNICATION PROTOCOL 3.1 Communication Setting SL600 is kind of HID-compliant device, so there is no need to install the driver. For HID-compliant device, user can send and receive data using “set report” and “get report” functions of USB HID protocol.
  • Page 7: Dll Function

    StrongLink SL600 4. DLL FUNCTION Declarations of all the functions can also be found in the head file in the SDK with DLL. 4.1 SYSTEM FUNCTION 4.1.1 INT WINAPI LIB_VER Function: Get DLL Version Prototype: int WINAPI lib_ver (unsigned int *pVer)
  • Page 8: Int Winapi Rf_Get_Device_Name

    StrongLink SL600 Parameter: HIDNum: [IN] the HID number of device Return the handle of device when success 4.1.7 INT WINAPI RF_GET_DEVICE_NAME Function: Get device’s name Prototype: int WINAPI rf_get_device_name(int HIDNum, char *buf, int sz) Parameter: HIDNum: [IN] the HID number of device...
  • Page 9 StrongLink SL600 Return 0 when success Annotation: mode = 0x26: REQ_STD mode = 0x52: REQ_ALL 4.3.1.2 INT WINAPI RF_ANTICOLL Function: Mifare card Anti-collision Prototype: int WINAPI rf_anticoll ( unsigned short icdev, unsigned char bcnt, unsigned char *pSnr, unsigned char *pLen)
  • Page 10 StrongLink SL600 4.3.1.4 INT WINAPI RF_M1_AUTHENTICATION2 Function: Mifare_Std Authentication Prototype: int WINAPI rf_M1_authentication2 ( unsigned short icdev, unsigned char model, unsigned char block, unsigned char *pKey) Parameter: icdev: [IN] Device ID model: [IN] key validate mode block: [IN] block absolute address...
  • Page 11: Ultralight Class

    StrongLink SL600 block: [IN] block absolute address pValue: [OUT] response value in HEX format, low byte in former Return 0 when success 4.3.1.9 INT WINAPI RF_M1_INCREMENT Function: Mifare purse increment Prototype: int WINAPI rf_M1_increment (unsigned short icdev, unsigned char block,...
  • Page 12: Desfire Class

    StrongLink SL600 Parameter: icdev: [IN] Device ID Return 0 when success 4.3.2.2 INT WINAPI RF_UL_WRITE Function: Write Ultralight card Prototype: int WINAPI rf_ul_write(unsigned short icdev, unsigned char page, unsigned char *data) Parameter: icdev: [IN] Device ID page: [IN] page absolute address...
  • Page 13: Nfc Function

    StrongLink SL600 pData: 4bytes CSN + RATS according to ISO14443A 4.3.3.3 INT WINAPI RF_ COS_COMMAND Prototype: int WINAPI rf_cos_command ( unsigned short icdev, unsigned char *pCommand, unsigned char cmdLen, unsigned char *pData, unsigned char *pMsgLg) Parameter: icdev: [IN] Device ID...

Table of Contents