You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am new to modbus. When i keep slave id 1 and readCoil on modbus device , everything works perfect but changing the slave id to other then 1 causing below error
Error : modbus: response unit id '1' does not match request '3'
Where as WriteCoil works with no issues either it is slave id 1 or any.
I have only 1 device attached modbus gateway. I am using TCP NewTCPClientHandler.
Any suggestions ?
Thanks,
The text was updated successfully, but these errors were encountered:
Have same and track it down and it looks that device send response with different ID like request. I'm not sure but I think it's device fault not this library.
Hi,
I am new to modbus. When i keep slave id 1 and readCoil on modbus device , everything works perfect but changing the slave id to other then 1 causing below error
Error : modbus: response unit id '1' does not match request '3'
Where as WriteCoil works with no issues either it is slave id 1 or any.
I have only 1 device attached modbus gateway. I am using TCP NewTCPClientHandler.
Any suggestions ?
Thanks,
The text was updated successfully, but these errors were encountered: