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

Hi, does anyone know how to implement random number function in this modbus-tcp slave script, and write it to registers individualy to establieshed master to read it? #include #include #include...

I found two minor issues: - we can remove a redundant check - ~print error message only when debug output is enabled to be consistent with other functions~ Edit: updated...

cla-signed

this updates PR https://github.com/stephane/libmodbus/pull/371 to the current stack version and adds the ability to set callback and file output per libmodbus instance (ctx)

## libmodbus version latest commit [b25629bfb508bdce7d519884c0fa9810b7d98d44](https://github.com/stephane/libmodbus/commit/b25629bfb508bdce7d519884c0fa9810b7d98d44) ## OS and/or distribution Debian GNU/Linux 11 (bullseye) ## Environment x86_64 ## Description There is a heap-based buffer overflow in the function read_io_status in...

use version 3.1.10 on windows, When the client sets the timeout time to 2s and reply time to 3s using modbus slave software, why is ERROR Unknown error: select displayed...

Hi Team, I'm new to C and C compilers, I need to poll a MODBUS RTU and I tired my best built a program. please find the program below **********************************************************************************************************************************************************...

The Modbus RTU mode currently only allows a single slave, the message is ignored when not from the expected slave. The MODBUS_QUIRK_IGNORE_RTU_SLAVE_CHECK flag allow ignore the Modbus unit identifier (slave)...

cla-signed

## libmodbus version ``` $ pkg-config --modversion libmodbus 3.1.6 ``` ## OS and/or distribution ``` $uname -a Linux raspberrypi 5.15.84-v7l+ #1613 SMP Thu Jan 5 12:01:26 GMT 2023 armv7l GNU/Linux...

Hello Here is a PR adding a function enabling one to read the modbus function of a query. It can be useful for modbus server development. If you are ok...

cla-signed

## libmodbus version ``` $ pkg-config --modversion libmodbus 3.1.6 ``` ## OS and/or distribution ``` $uname -a Linux vostro3910 5.15.0-58-generic #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023 x86_64 x86_64...