libmodbus icon indicating copy to clipboard operation
libmodbus copied to clipboard

A Modbus library for Linux, Mac OS, FreeBSD and Windows

Results 276 libmodbus issues
Sort by recently updated
recently updated
newest added

Hello, Actually, in libmodbus, there's only RTS up or down setting via software and its accuracy depends on RTS delay value. In this pull request, I added the possibility to...

cla-signed
needchanges

Fixes issue #643 Otherwise, I don't like how error recovery is coded : if we want to break the loop (e.g. to close the program), we need to disable the...

cla-signed
needchanges

This commit adds * `client_context` to the `_modbus` struct * `modbus_set_client_context()` * `modbus_get_client_context()` * Documentation for the above The code otherwise ignores `_modbus.client_context`. It is available to calling code for...

needinfo
cla-signed

Hi, this is basically a redo of #291. It's been clarified with all related parties that we I am safe to submit this now. Dynamically linked android libraries can be...

needinfo

Hello there. Maybe you won't remember by now but about 4 months ago you rejected a pull request of mine because of formatting issues and also because all the changes...

I've a device which implements custom modbus functions. Receiving the response for this functions is only possible when libmodbus knows about the response length. As various device could implement the...

The 1024 limitation of select() makes some problem these days. I think using poll() for *nix systems may be a better choice.

needinfo

Hello stephane, we need a additionally function in the libmodbus for lua-libmodbus. Can you add this in the origin code from you ? https://github.com/woodsnake/libmodbus/blob/libmodbus-3.1.7.a/src/modbus.c at Linie 245 ``` int modbus_send_raw_response(modbus_t...

needchanges

Hello, when I try to compile my code based on modbus-rtu I get an error with every function from your library example: `#include int main() { modbus_t* ctx; ctx =...

I don't know why but it returns errors like: > 1>main.obj : error LNK2019: unresolved external symbol __imp__modbus_close referenced in function _main > 1>main.obj : error LNK2019: unresolved external symbol...