-
Notifications
You must be signed in to change notification settings - Fork 370
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
Add link recovery on EOF for TCP header #25
Conversation
…o the first ACK request, but connecting request come through
…he retry reason, further add some logging
…sData and replace time.Until to make it buildable with older go versions
ping @gq0 I'm having the same problem. Is your repo still available? |
Sure https://github.com/grid-x/modbus |
Great, thank you. I had ported your PR (repo link in gh was broken) to my fork and didn't see an improvement. How should Link/ProtocolRecoveryTimeout be initialized for this to work? |
Depending on the issue you face, you should set BTW what kind of Modbus device you want communicates with? |
Its a SolarEdge Se9k. Sometimes it doesn‘t like answering right from the beginnen... |
I see SolarEdge 😀 yeah it has both problems, links (TCP) and protocol (modbus transaction id). |
You can redirect your PR to https://github.com/grid-x/modbus if you like. But I cannot guaranty that all will fit to our existing code base. But we definitely will have a look. |
Would like to but its apparently not that easy since grid-x was not forked from goburrow. I'll need to double-check how to do that. |
Closed . |
1 similar comment
Closed . |
Continues #24