-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
ModbusMaster in Sming #1991
Comments
I think it's down to what your application needs. Here are some specifics about my own RTU implementation:
I use this as part of a device control stack which talks to a load of other devices as well. That includes DMX512 controllers sitting on the same wires (using a different driver), plus devices on other busses. The approach is closer to how device stacks work in a real OS so it's capable of handling the load without affecting system responsiveness. Other implementations are just too generic and when you start to load up the application it just doesn't work well enough. At some point I'll probably include this as part of a seprate |
I would like to see your |
Doesn't have slave at present but definitely something to add. I'll get around to it eventually! Things have changed a lot since #1431. |
I like this PR as it gives an easy introduction to modbus and can try stuff out, and port existing applications over more easily. Then we can have a more integrated approach if it's required. Lots of options, good. |
Go @mikee47 Go! If the IO Control Library makes it into this release then I already have a code name for the release :) |
Serial.onTransmitComplete() issues, detals here: #2043 Meanwhile I'm not sure about the UART status register values. I tried to copy->paste @mikee47's solution, but the TX FIFO is always empty.
In
|
Hello. During OpenFest I had quick conversation with @slaff about modbus that I used in Sming.
I was able to use ModbusMaster (https://github.com/nomis/ModbusMaster/tree/fixes-2.0.1) without any special modifications.
However during my research I also found that @mikee47 has his own implementation of modbus master (develop...mikee47:feature/modbus)
What opinion have the core developers regarding modbus master implementation (mike47's and/or ModbusMaster)?
PS: for modbus slave I use modbusino with 1-3 major changes that I can prepare for PR.
PS2: Sming ModbusMaster firmware is currently working on my desk together with Kinco HMI for video shooting and PR.
The text was updated successfully, but these errors were encountered: