RFID. It supports ISO 18000-6C/EPC C1 GEN2 protocol and offers a much longer operation distance than HF RFID system. RT400 supports USB virtual COM port and can be operated via COM commands easily. There are also APIs on Windows and Windows Mobile, users can develop UHF RFID application swiftly.
Page 5
StrongLink RT400 UHF Module RF interface: IPX-female API compatible with Windows 32bit/64bit operation system Serial COM communication protocol available Operating Temperature Range: -20° C ~ +50° C Storage Temperature Range: -40° C ~ +85° C ...
2.5mm if there are SAM slots 4. INTERFACE DESCRIPTION RT400 realizes its USB virtual COM via USB bridge. Connect RT400 to the USB port of PC, after installing the driver it will come out a virtual COM. You can find the virtual COM number on the “Device Manager ”...
The driver can be downloaded from this product web page in our website. 5. SDK INFORMATION RT400_DEMO.exe – a full UHF function demo for RT400, it needs 1024*768 pixels at least. RT40007_API.dll – a Windows API file from which users can call functions.
StrongLink RT400 UHF Module Parameter Defination HANDLE &hCom: output parameter, serial port handle, default value is NULL; char* cPort: input parameter, serial port number; UCHAR flagCrc: input parameter, select the baud rate and whether CRC is available, 0x00: baud rate 9600bps, CRC is unavailable;...
StrongLink RT400 UHF Module int WINAPI UhfOpenPort (HANDLE &hCom, char* cPort, UCHAR flagCrc); Return Value 1: success; Others: failure. Parameter Defination HANDLE &hCom: output parameter, serial port handle, default value is NULL; char* cPort: input parameter, serial port number; UCHAR flagCrc: input parameter, select the baud rate and whether CRC is available, 0x00: baud rate 9600bps, CRC is unavailable;...
StrongLink RT400 UHF Module Function Prototype int WINAPI UhfSetPower (HANDLE hCom, UCHAR uOption, UCHAR uPower, UCHAR flagCrc); Return Value 1: success; Others: failure. Parameter Defination HANDLE hCom: input parameter, COM port handle; UCHAR uOption: input parameter, must be 0x01; UCHAR uPower: input parameter, output power to be set;...
StrongLink RT400 UHF Module UCHAR* uFreHop: output parameter, FREHOP(1 byte); UCHAR flagCrc: input parameter, whether CRC16 is available, 0: CRC is unavailable; 1: CRC is available. See to appendix A for the definition of FREMODE, FREBASE, BF, CN, SPC, FREHOP.
StrongLink RT400 UHF Module UCHAR* REG, UCHAR flagCrc) Return Value 1: success; Others: failure. Parameter Defination HANDLE hCom: input parameter, COM port handle; int RADD: input parameter, start address of the register; int RLEN: input parameter, data length to be read (unit: byte);...
StrongLink RT400 UHF Module Others: failure. Parameter Defination HANDLE hCom: input parameter, COM port handle; UCHAR flagAnti: input parameter, anti-collision on/off(1: anti-collision inventory;0: single tag inventory); UCHAR initQ: input parameter, initial Q value for anti-collision, available when flagAnti is 1;...
StrongLink RT400 UHF Module Single inventory, get UII of the single tag. Function Prototype int WINAPI UhfInventorySingleTag (HANDLE hCom, UCHAR* uLenUii, UCHAR* uUii , UCHAR flagCrc); Return Value 1: success; Others: failure. Parameter Defination HANDLE hCom: input parameter, COM port handle;...
StrongLink RT400 UHF Module password); UCHAR uBank: input parameter, memory zone option; UCHAR* uPtr: input parameter, the starting offset address; UCHAR uCnt: input parameter, length of data to be read(unit: word, 1 word = 2 bytes, can not be assigned zero);...
StrongLink RT400 UHF Module UCHAR flagCrc: input parameter, whether CRC16 is available, 0: CRC is unavailable; 1: CRC is available. Attention, The module supports maximum 233 bytes memory zone and if the memory zone has more bytes than that, this function return failure.
StrongLink RT400 UHF Module 1: CRC is available. Attention, The module supports maximum 233 bytes memory zone and if the memory zone has more bytes than that, this function return failure. 6.3.5 UhfWriteDataByEPC () Description Write one word(2 bytes) into tag(indicating UII).
StrongLink RT400 UHF Module password); UCHAR uCnt: input parameter, length of data to be written; UCHAR* uUii: input parameter, tag‟s UII; UCHAR* uWriteData: input parameter, data to be written; UCHAR* uErrorCode: output parameter, error code (1 byte), valid when this function fails and uErrorCode doesn‟t equal to 0xFF;...
Page 31
StrongLink RT400 UHF Module UCHAR* uErrorCode: output parameter, error code (1 byte), valid when this function fails and uErrorCode doesn‟t equal to 0xFF; UCHAR* uStatus: output parameter, operation result(1 byte); UCHAR* uWritedLen: output parameter, length of data written successfully, unit: byte;...
Need help?
Do you have a question about the RT400 and is the answer not in the manual?
Questions and answers