SD-MA-025
43
IP Config
In ‘IP Config’ tab you can change all
IP configurations:
6.Commands for serial port control:
Serial communication commands format:
•
Command Head
•
Command Index
•
Command length
•
Command Body
•
Check-Sum
•
Command Tail
Example 1:
7B 7B 01 02 01 01 F5 7D 7D
CMD Head:
7B 7B
(doesn’t change)
CMD Index:
01
(different type of command has different index)
CMD length:
02
(represents the length of the command body)
CMD Body:
01 01
(different value for specific modes in each command)
CMD Check-Sum:
F5
(depends of the sum of CMD Index + CMD CMD Body) CMD
Tail:
7D 7D
(doesn’t change)