User's Manual
User manual
Guangzhou Andea Electronics Technology Co., Ltd. 16/26
http://www.gzandea.com
➢ Input port select:
Input x: checking indicates that the state of the port is to be read, but the
"Input status" in the "Data field select" must be checked firstly.
③ Data format:
➢ UID data format:
A. Raw bytes output: without any conversion, directly output 64-bit data
stream;
B. Hex string output: each byte outputs 2 hexadecimal characters;
C. Lower 3 bytes integer character output: the lower 3 bytes of the serial
number are converted into a decimal string;
D. Lower 4 bytes integer character output: the lower 4 bytes of the serial
number are converted into a decimal string;
E. Wiegand type 1 output: the lower 3 bytes of the serial number are
converted into the format output of the micro tillage controller;
F. Wiegand type 2 output: the lower 3 bytes of the serial number are
converted into fixed-length format output of the micro tillage controller;
Micro tillage controller format output instructions:
For example, the serial number is E004040001020304, take out 02h and
convert it to a decimal string 2, then convert 0304h to a decimal string 772.
If there are not enough 5 digits, fill in zeros before 00772, and finally add
2 and 00772 to output 200772; if It is a fixed-length 8-bit, that is, 200772
is not 8-bit enough, then the front is padded with zeros to get 00200772.
➢ Reverse UID:
The byte order of the serial number is reversed.
For example, if the serial number is E004040001020304, the reversed
number is 04030201000404E0;
➢ User block data format:
A. Raw bytes output: output in raw bytes, which is ASCII;
B. Hex string output;
➢ Others data format:
A. Raw bytes output;
B. Hex string output.