-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DetectResponseFrame failed #83
Comments
Thank you - the DetectResponse frame implementation seems to be incorrect for "write single"-methods. I´ll publish an update now. |
Should be solved now with v5.0.2. Unfortunately I still have not good Modbus RTU test setup so I would be glad if you can confirm that the bug does not appear any longer. |
Yes it works fine and thank you |
just about to raise this issue. |
ModbusClient call WriteSingleCoilAsync or WriteSingleRegisterAsync timeout when registerAddress over 1023. Test code as as follows:
output:
And the Modbus Slave software logs as follows:
I found that DetectResponseFrame method will always return false when detect
01 05 04 00 FF 00 8D 0A
.The text was updated successfully, but these errors were encountered: