QUIO QU-60x Serial 13.56M RFID Reader User Manual
- June 9, 2024
- QUIO
Table of Contents
QUIO QU-60x Serial 13.56M RFID Reader
Introduction
YW-605 RFID reader/Writer is the 13.56M HF tags Reader and Writer.She Can support ISO14443A, ISO14443B and ISO15693 RFID tags.
YW-605 Serial
13.56M RFIDReader/Writer
Feature
- Distance of read tags is 5-10cm
- DLL API supported.VC,VB,Delphi, C++Builder,C#.net,WEB example
- Beep and LED embed, which can be controlled by API.
RFID module,RFID Reader/Writer RFID Tags
Specifications
- Baud:19200BPS
- Power: DC5V ± 10%
- Max Con: 1.5W
- Temp: -30℃ ~ +70℃
- Humidity: 35% ~ 95%
- Size: 120 84 25 (mm)
- Weight: 100g
Program Manual
DLL API and functions
- Get the version of DLL
- prototype:int stdcall YW_GetDLLVersion(void);
- Param:无
- Return:version Number is success, else is fail.
- DES
- prototype:int stdcall DES(unsigned char cModel, unsigned char pkey, unsigned char in, unsigned char *out);
- Param:
* Return:0
- 3DES
- prototype:intstdcall DES3(unsigned char cModel, unsigned char pKey, unsigned char In, unsigned char *Out);
- Param:
* Return:0
- 3DES with vector
- prototype:int stdcall DES3_CBC(unsigned char cModel, unsigned char
- pKey,unsigned char In, unsigned char Out, unsigned char
- pIV);
- Param:
* Return:0
- Initial Serial Port
- prototype:int stdcall YW_ComInitial(int PortIndex, int Bound);
- Param:
* Return:1 success,0 fail
- Free Serial port
- prototype:int stdcall YW_ComFree(void);
- Param:
- Return:1 success,0 fail
- Initial HID Port
- prototype:int stdcall YW_USBHIDInitial(void);
- Param:
- Return:1 success,0 fail
- Free HID Port
- prototype:int stdcall YW_USBHIDFree(void);
- Param:
- Return:1 success,0 fail
- Change the serial port baud
- prototype:int stdcall YW_ComNewBound(int ReaderID ,int NewBound);
- Param:
* Return:1 success,0 fail
- Set Reader ID
- prototype:int stdcall YW_SetReaderID(int OldID, int NewID);
- Param:
* Return:1 success,0 fail
- Get Reader ID
- prototype:int stdcall YW_GetReaderID(int ReaderID);
- Param:
* Return:>=0 success and is Reader ID, other is fail
- Get Reader Fireware version
- prototype:int stdcall YW_GetReaderVersion(int ReaderID);
- Param:
* Return:>=0 success and is version, other is fail
- Get Reader serial No.
- prototype:int stdcall YW_GetReaderSerial(int ReaderID, char *ReaderSerial);
- Param:
- Return:1 success,0 fail
- Beep control
- prototype:int stdcall YW_Buzzer(int ReaderID,int Time_ON, int Time_OFF, int Cycle);
- Param:
* Return:1 success,0 fail
- LED control
- prototype:intstdcallYW_Led(intReaderID,intLEDIndex,intTime_ON, int Time_OFF, int Cycle, int LedIndexOn);
- Param:
* Return:1 success,0 fail
- Set Content of 8 LED display
- prototype:intstdcallYW_LEDDisplay(int ReaderID,int Alignment,char *LEDText);
- Param:
* Return:1 success,0 fail
- Set the Status of Antenna
- prototype:int stdcall YW_AntennaStatus(int ReaderID,bool Status);
- Param:
* Return:1 success,0 fail
- Set Work Mode of Tags
- prototype:int stdcall YW_SearchCardMode(int ReaderID,int SearchMode);
- Param:
* Return:1 success,0 fail
Functions about Tags of ISO15693
- 15693 Tags Inventory
- prototype:int stdcall YW_ISO15693_Inventory(int ReaderID, unsigned char PData, unsigned char PLen);
- Param:
* Return:1 success,0 fail
- 15693 Tags Stay_Quiet
- prototype:int stdcall YW_ISO15693_Stay_Quiet(int ReaderID, unsigned char *PUID);
- Param:
* Return:1 success,0 fail
- Select Tag of ISO15693
- prototype:int stdcall YW_ISO15693_Select(int ReaderID, unsigned char Model, unsigned char *PUID);
- Param:
* Return:1 success,0 fail
- Reset To Ready of ISO15693 Tag
- prototype:int stdcallYW_ISO15693_Reset_To_Ready(intReaderID,unsigned char Model, unsigned char *PUID);
- Param:
* Return:1 success,0 fail
- Read Block of ISO15693 Tag
- prototype:int stdcall YW_ISO15693_Read(int ReaderID,unsigned char Model,unsigned char PUID,unsigned char StartBlockID, unsigned char BlockNums, unsigned char PData, unsigned char *PLen);
- Param:
* Return:1 success,0 fail
- Write Block of ISO15693 Tag
- prototype:int stdcall YW_ISO15693_Write(int ReaderID,unsigned char Model, unsigned char PUID, unsigned char BlockID,unsigned char DataLen, unsigned char PData);
- Param:
* Return:1 success,0 fail
- Lock Block of ISO15693 Tags
- prototype:int stdcall YW_ISO15693_Lock_Block(int ReaderID,unsigned char Model, unsigned char *PUID, unsigned char BlockID);
- Param:
* Return:1 success,0 fail
- Write AFI of ISO15693 Tags
- prototype:int stdcall YW_ISO15693_Write_AFI(int ReaderID,unsigned char Model, unsigned char *PUID, unsigned char AFI);
- Param:
* Return:1 success,0 fail
- Lock AFI of ISO15693 Tags
- prototype:int stdcallYW_ISO15693_Lock_AFI(intReaderID,unsigned char Model, unsigned char *PUID);
- Param:
* Return:1 success,0 fail
- Write DSFIC of ISO15693 Tags
- prototype:int stdcall YW_ISO15693_Write_DSFID(int ReaderID,unsigned char Model, unsigned char *PUID, unsigned char DSFID);
- Param:
* Return:1 success,0 fail
- Lock DSFIC of ISO15693 Tags
- prototype:int stdcall YW_ISO15693_Lock_DSFID(int ReaderID,unsigned char Model, unsigned char *PUID);
- Param:
* Return:1 success,0 fail
- Get System Information of ISO15693 Tags
- prototype:int stdcall YW_ISO15693_Get_System_Information(int ReaderID,unsigned char Model, unsigned char PUID,unsigned char PData, unsigned char *PLen);
- Param:
* Return:1 success,0 fail
- Get Security of Blocks about ISO15693 Tag
- prototype:int stdcall YW_ISO15693_Get_Block_Security(int ReaderID,unsigned char Model, unsigned char PUID,unsigned char StartBlockID, unsigned char BlockNums,unsigned char PData, unsigned char *PLen);
- Param:
* Return:1 success,0 fail
- Multi Inventtory of ISO15693 Tags
- prototype:int stdcall YW_ISO15693_Multi_Inventory(int ReaderID, unsigned char AFIEnable, unsigned char AFI, unsigned char PData, unsigned char PLen);
- Param:
* Return:1 success,0 fail
Functions of SAM
- SAM Baud
- prototype:int__stdcall YW_SAM_ResetBaud(int ReaderID,int SAMIndex, int BaudIndex);
- Param:
* Return:1 success,0 fail
- SAM Reset
- prototype:int __stdcall YW_SAM_Reset(int ReaderID,int SAMIndex, int rtLen, unsigned char pData);
- Param:
* Return:1 success,0 fail
- Excute COS Command of SAM
- prototype:int __stdcallYW_SAM_COS(int ReaderID,int SAMIndex, int LenCOS, unsigned char Com_COS, int rtLen, unsigned char *pData);
- Param:
* Return:1 success,0 fail
- SAM PPS Baud
- prototype:int __stdcall YW_SAM_PPSBaud(int ReaderID,int SAMIndex, int BaudIndex);
- Param:
* Return:1 success,0 fail
6 ISO15693 card operation
Order Infomation
Quick-Ohm Küpper & Co. GmbH
WEB:www.quio-rfid.de
Phone/Fax:+49–(0)202-404329
Email:kontakt@quio-rfid.de
MSN: coodor@126.com
Read User Manual Online (PDF format)
Read User Manual Online (PDF format) >>