24.03.2022, 06:45
(This post was last modified: 24.03.2022, 07:10 by phongvucba.)
oh..thank so much Daniel ! I will check.
I read through this, but don't quite understand, sorry I'm new to modbus.
Hope everybody help please!
I have the following example, the value of the register is as follows (42014):
To select the dry mode is:
0100 0010 0000 0111 16903 dry mode
To select the cool mode is:
0100 0010 0000 0010 16898 cool mode
To select fan mode is:
0100 0010 0000 0000 16896 fan mode
Thus, when selecting modes, we only need to send the change command for 3 bits 0,1,2 from left to right (here, 111, 011, and 010). How can I send these bits? . Please help me.
Thank so much !
I read through this, but don't quite understand, sorry I'm new to modbus.
Hope everybody help please!
I have the following example, the value of the register is as follows (42014):
To select the dry mode is:
0100 0010 0000 0111 16903 dry mode
To select the cool mode is:
0100 0010 0000 0010 16898 cool mode
To select fan mode is:
0100 0010 0000 0000 16896 fan mode
Thus, when selecting modes, we only need to send the change command for 3 bits 0,1,2 from left to right (here, 111, 011, and 010). How can I send these bits? . Please help me.
Thank so much !