Specifications
Table Of Contents
- 1
- Applying development of unilateral communication
- Serial port intercommunication agreement
- Summarize
- Control command format of serial
- Set BaudRate
- Get Reader Version
- Set Relay
- Get Relay
- Set Output Power
- Set Frequency
- Read Param
- Set Param
- Read Auto Param
- Set Auto Param
- Select Antenna
- Restore factory settings
- Reboot
- Start/ stop automode
- Clear Memory
- Set Reader Time
- Get Reader Time
- Set Report Filter
- Get Report Filter
- Set Reader Network Address
- Get Reader Network Address
- SetReader MAC
- Get Reader MAC
- Report Now
- Get Tag Info.
- GetReaderID
- Command format of serial read-write tag
- Collection of operation command
- Electronic tag storage area and notes
- SDK software development
- SDK compose
- Design introduction
- Basic constant and figure
- Constant definition
- API function return code
- Data type definition
- Parameter figure in reader
- Function return code
- Control command function
- Connect reader
- Disconnection
- Set baud rate
- Read version
- Set output power
- Set operation frequency
- Read reader basic operation parameter
- Set reader basic operation parameter
- Read reader auto parameter
- Set reader auto parameter
- Select antenna
- Set relay state in reader
- Reboot reader
- Set time
- Get time
- Get record
- Delete all records
- Network command
- Set IP address for reader
- Get IP address in reader
- Set reader MAC address
- Get reader MAC address
- Read write ISO18000-6B function
- Identify tag ID number
- Identify selected tag ID number
- Read data block
- Write data block
- Slow write data block
- Set write protection
- Read write protection
- Read write ISO18000-6C function
- Identify EPC number of ISO18000-6C tag
- Read a block data
- Write a block data
- Set read write protection state
- FCC警告语大于20cm(1)
SDK software development | VI-88R development handbook
{"22--Canada 902-928(Canada)", 42, 500, 902750},
//(22)
{"23--Indonesia 923-925(Indonesia)", 4, 500, 923250},
//(23)
{"24--New Zealand 921.5-928(New Zealand)", 11, 500, 922250},
//(24)
};
3.2.1.5 Function return code
When command execution fail, function returns error code. Common error
code:
Command
Function
00(00H)
Command success or detection correct
01(01H)
Antenna connection fail
02(02H)
Detect no tag
03(03H)
Illegal tag
04(04H) Read-write power not enough
05(05H) Read and write protection in the memory bank
06(06H) Checksum error
07(07H) Parameter error
08(08H)
Memory bank nonexistence
09(09H)
Password error
10(0AH)
Kill password is all zero
11(0BH)
When reader in auto mode, only receive AutoMode and
Reboot commands, other command is illegal
12(0CH)
Illegal user with unmatched password
13(0DH)
External RF interference
14 (0EH)
Tag with read protection
……
……
30(1EH)
Invalid command, such as wrong command
31(1FH)
Unknown command
32(20H) Other error
090909RevA|Page 70 of 97










