-
-
Notifications
You must be signed in to change notification settings - Fork 75
Issues with high baudrates #1
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
Comments
I hope to look into it in the weekend, maybe copy the algorithm from the library you linked to ;-) |
Oh, thanks for your quick reply! |
Thanks for the issue report. |
Played around with different ways to implement inter-frame timeout. Changed the timeout mechanism: 3589a31?w=1 Will play with it more next weekend :-) |
Hi, Thank you for your work on that issue. Also, some notes about the modifications:
I hope these feedbacks would help you to improve your library. Thanks again for your work. |
can you make a pull request with that:
If you can make this changes and test them to make sure they work in the wild :-) I will merge them. |
#2 merged 👍 |
Hi,
Thank you for sharing your library that seems very interesting as it is the only one I have found that use callback functions. I cannot imagine implementing a Modbus slave that copy the values of the registers at each iteration of the loop.
Nevertheless, I did not manage to use your
simple.ino
example with a baudrate higher than 9600, using qmodbus as the Master, while it works well with other libraries like this one at 19200 or 115200 baud.I have tried to change the timeout defined in
Modbus::setT35
without any success.On qmodbus, I have the following error:
I have tested it on Arduino UNO and Arduino MEGA.
Let me know if you have already encountered that issue or have any ideas.
Romain
The text was updated successfully, but these errors were encountered: