rodbus icon indicating copy to clipboard operation
rodbus copied to clipboard

Rust implementation of Modbus with idiomatic bindings for C, C++, .NET, and Java

Results 13 rodbus issues
Sort by recently updated
recently updated
newest added

Hey guys! We are actively using the C++ bindings with your library and are very happy with it. When we recently expanded our software to communicate with many devices at...

This pull request implements the user-definable function codes as described in the Modbus specification (see MODBUS Application Protocol V 1.1b3 page 10/50). A description of this functionality can be found...

This pull request implements the MODBUS function code FC23 (Read/Write Multiple Registers) as specified in the MODBUS Application Protocol Specification V1.1b3 (Page 38, Section 6.17: "23 (0x17) Read/Write Multiple registers")....

I have a project that I am trying to setup. Its a spring boot app using Java 17 When I attempt to create the Runtime object similarly to the example...

https://github.com/stepfunc/rodbus/blob/f5ae98380b4ca6ab247526ca573021f6fb624cac/ffi/bindings/c/CMakeLists.txt#L5C1-L5C35 Need to set this to the current version and ensure it gets updated for each release.

bug

I'm trying to experiment with rodbus in C# but I'm getting this error about missing dylib: `Unable to load shared library 'rodbus_ffi' or one of its dependencies.`. Below is the...

Assuming I'm using the java library correctly, I believe there's either a missing `Runtime` reference hold or the documentation may need to be updated to reflect how `Runtime` should be...

Less of an Issue more of a question regarding the possibility to update a running Server objects deviceMap From my understanding each Server uses a deviceMap object to map ModbusUnitID(s)...