TS-304UHF RFID User Manual
UHF RFID User Manual
23
3. Develop your own RFID Application
You can operate most functions of reader through the demo. But in actual situation, may
be you need to develop your own applications.
Supplied document:
UHF RFID serial interface protocol_V2.38.pdf
provides a
complete interface to operate reader.
This port is based on serial communication, so both RS - 232 and TCP / IP, the reader
follows the definition of the interface.
Demo provides an important function: recording serial transmission, users can quickly
grasp the content of Communication protocol document when you compared it with serial
data in the actual operation.
Select the checkbox of
Activate Serial Port Monitor
on the bottom right corner, all
uplink and downlink serial data will be recorded, as illustrated below:
Note: Response speed of Demo will be slow down after opening the
Activate Serial Port
Monitor
. Generally, this function should be turn off.
Violet blue information is sent to reader by PC, red information is back to PC via reader.
Input Command
manually used to debug serial command which could calculate
checksum automatically.
In addition, the supplied documentation also includes the complete source code of the
demo
(
Based on C # of .Net platform
)
. To help users develop applications based on this
reader.
During the development process, users could refer to the documentation "Developer FAQ
Q & A.PDF" or contact our Technical Support Engineer.