-
Related to: https://github.com/stephane/libmodbus/issues/95
I've got a modbus tcp/rtu relay, similar to https://github.com/stephane/libmodbus/pull/111 but even with that pull, the same problem exists…
karlp updated
6 years ago
-
I'm using the latest version of the library. Via the rs485 library, I can get my counter to answer the request correctly. Implementing the sketch with this lib, it gives me Invalid CRC error and Respo…
-
Your MODBUS module fails to interpret negative 64bit signed int correctly.
s - for MODBUS_SIGNED_INT
zabbix_get -s localhost -k "modbus_read[192.168.100.100,2,806,3,s,1,0]"
ZBX_NOTSUPPORTED: Illega…
Zmejs updated
6 years ago
-
In travis use-case for `NO_PKG_CONFIG=true` avoid this:
````
checking for libneon version via pkg-config (0.25.0 minimum required)... none found
checking for libneon cflags...
checking for libn…
-
Maintainer: @szogi
Environment: brcm63xx, generic, OpenWrt-18.06
Description: I try to build all of the feeds but some repository has removed!
```
make download V=s
make[1]: Entering directo…
-
Got the following errors:
1
src/drivers/serial/pl011/pl011.c:101:40: error: 'pl011_mem' defined but not used [-Werror=unused-const-variable=]
static const struct periph_memory_desc pl011_mem = {…
-
on lua5.1 and 5.3 vanilla, the get_s16(-5) call "correctly" returns -5 as expected
```
Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio (double int32)
> mb=require("libmodbus")
> =mb.get_s16(-5…
karlp updated
6 years ago
-
Hello,
I'm looking for easy way control relay (220V load) with modbus and input pins (push buttons) on C0135 board.
As far as I understand I need to implement modbus and handling push buttons with G…
-
Hello, could you please help me with investigate problem in my Travis CI build in https://travis-ci.org/stephane/libmodbus/jobs/386786823
-
Hi Stephane,
I am a newbie to libmodbus community.
I have installed libmodbus-3.0.3 on my Ubuntu PC successfully and i wrote an application to query DC energy meter using libmodbu…