User Manual

SR8856B User Manual http://www.sonbus.com/
Sha nghai Sonbest Industrial Co., Ltd Page10
01
03
00 01
In the response data, the first byte 01 represents the real address of the current device.
(2) Change device address
For example, if the current device address is 1 and we want to change it to 02, the command is: 01 06
00 66 00 02 E8 14 .
Device Address
Function Code
Register Address
Target Address
Check Code
01
06
00 02
After the change is successful, the device will return the information: 02 06 00 66 00 02 E8 27 , and its
format analysis is shown in the following table:
Device Address
Function Code
Target Address
02
06
00 02
In the response data, after the modification is successful, the first byte is the new device address.
Generally, after the device address is changed, it will take effect immediately. At this time, the user needs
to change the query command of his software accordingly. .
4 Read and modify baud rate
(1) Read baud rate
The default factory baud rate of the device is 9600. If you need to change it, you can change it
according to the following table and the corresponding communication protocol. For example, to read the
baud rate ID of the current device, the command is: 01 03 00 67 00 01 35 D5 , the format is parsed as
follows.
Device Address
Function Code
Data Length
01
03
00 67
00 01
35 D5
Read the baud rate code of the current device. Baud rate code: 1 is 2400; 2 is 4800; 3 is 9600; 4 is
19200; 5 is 38400; 6 is 115200.
For the correct query command, the device will respond, for example, the resp onse data is: 01 03 02
00 03 F8 45, and its format analysis is shown in the following table:
Device Address
Function Code
Baud Rate Code
01
03
00 03
According to the baud rate code, 03 is 9600, that is, the baud rate of the current device is 9600.
(2) Change the baud rate
For example, change the baud rate from 9600 to 38400, that is, change the code from 3 to 5, the
command is: 01 06 00 67 00 05 F8 16 .
Device Address
Function Code
Target Baud Rate
01
06
00 05
Change the baud rate from 9600 to 38400, that is, change the code from 3 to 5. The new baud rate will
take effect immediately, and the device will lose response at this time, and the baud rate of the device
needs to be checked accordingly Modified.
5 Read and modify correction value
(1) Read correction value
When there is an error between the data and the reference standard, we can reduce the display error
by adjusting the correction value. The correction difference can be modified in a range of plus or minus
1000, that is, the value range is 0-1000 or 64535 -65535. For example, when the displayed value is too
small by 100, we can correct it by adding 100. The command is: 01 03 00 6B 00 01 F5 D6 . In the
command, 100 is hexadecimal 0x64 ;If you need to reduce it, you can set a negative value, such as -100,