-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Communication problem with newer firmwares #9
Comments
I'm not sure if it's the same problem, but with stock FW 1.42 I had to increase the modbus timeout before the library starts working for me:
(following the instructions in the comment) I did this to get it working, but didn't investigate any further. |
I tested this, and communication now works. |
If this is the case the timeout value can be exposed optionally in the constructor and a default minimal value that still works with this firmware version |
@ShayBox Sounds like a good idea. I'll find out (binary search) what that value is tomorrow and report. |
@ShayBox @bluecube Hi again, |
Seems good to me 👍 |
For me it's about 0.3s, which feels ridiculously long. I might look at the reason and try to figure out some non-parametric way of handling the timeouts later when I have a bit more time. (but don't wait for that, it will be at least a few weeks from now) |
Try it out with stock V1.46. They state that they did optimizations of communication. |
@mdjurfeldt I wasn't able to find the firmware anywhere. The website seems to be just a static image.... Do you have a link to the firmware please? Sorry for spamming the issue :) |
@bluecube Hi! Here are directories with firmware for different models: |
Can confirm, 0.2s worked with the newer firmware. |
I am experiencing the problem that you refer to in the README where you recommend Unisofts firmware due to some change in newer stock firmware. This is on an RD6012P running fw 1.46.
For me, trying to create the Riden object hangs. (This doesn't happen on my RD6018 running some pre 1.40 fw.)
Do you have any idea of what they changed? Are you aware of anyone having succeeded to talk to these newer fw:s using custom software?
The text was updated successfully, but these errors were encountered: