-
Lib version:libmodbus-3.0.6
Host PC :ubuntu 16.1
Target compilation: arm-linux-gnueabihf-gcc
Steps Lib compilation:
1. sudo CC=${PATH} ./configure --host=arm-linux-gnueabihf --enable-static
{
e…
-
**Description**
When trying to install Kyma cli on Mac following these instructions https://github.com/kyma-project/cli#homebrew-macos it failed.
- MacOS Version: 10.14.6 (18G87)
- Homebrew V…
-
* Version of collectd: collectd 5.7.2.git,
* Operating system / distribution: RHEL 7.4
## Actual behavior
collectd crashes. seems to be related to libvirt and/or kvm. system reboot after a …
-
It would be nice to embed the version info for the 3rd party code that is compiled in/linked against
Eg.
asio (code)
jsoncpp (code)
libmodbus (lib)
libmicrohttpd (lib)
tclap (code)
etc.
-
test code:
```lua
local mb = require('libmodbus')
local ctx = mb.new_rtu('/dev/ttyO2', 9600, 'N', 8, 1)
ctx:close()
print('bye!')
```
result:
```
# ./t.lua
bye!
Segmentation fault
`…
houaq updated
6 years ago
-
You are searching for libmodbus.so.5 explicitly. This will fail on systems which have a different version of the library, even if it is still compatible. There is no need to do so, since the dev packa…
mhier updated
5 years ago
-
Hello,
I 've got trouble while installing SDM on my Odroid (ARMv7).
Installation of libmodbus 3.1.4 seems ok but SDM gives some errors.
See the history below...
What do you think about it ?
Thanks b…
-
The Debian package autoconf needs to be installed when installing libmodbus. Maybe you want to add it to the README.md
The dependency cmake for mbpoll is missing as well.
-
I would like to point out that identifiers like "[`_MODBUS_H_`](https://github.com/stephane/libmodbus/blob/074ba1535a2dbb62116f5365dbdeb1e0652990a6/src/modbus.h#L19)" and "[`_MODBUS_TCP_H_`](https://g…
-
After successful execution of "modbus_new_tcp" a new context gets created. But the context is on an open port. So, it is vulnerable to attacks. Is there any mechanism to make the modbus data transfers…