Alex Lisitsyn
Alex Lisitsyn
Hi @esp-dev, Thank you for update. This explains your project better and some investigation and refactoring is planned to provide better way for mDNS integration in the esp-modbus. I am...
The fix has been merged with commit ID: * add kconfig value to explicitly enable mdns integration (IDFGH-14828) (f9584575)
@DreamSilverFox, Thank you for the issue. > 我使用ESP32 & "Espressif\tools\esp-clang\esp-18.1.2_20240912\esp-clang\bin" & **C++**去构建,但是失败了,看上去问题基本上是GCC和Clang的兼容性问题? 请问,有支持esp-clang的计划吗? Yes, it is planned to add support of the `esp-clang` into `esp-modbus` project pipeline. Unfortunately, this was...
Thank you for feedback. I will take a look to it ASAP.
@DreamSilverFox, The fix for clang was merged with commit 079b51e23b09f3e2254000336f310c9b4eb88c4a. The update has a tool script: tools/static_analyzer_check.sh that can be used to use gcc static analyzer or esp-clang. The CI...
@NicoBouckaert, My answers are below: > It doesn't respond to slave address (UID) 0. The short address 0 is the broadcast address in the Modbus and can not be assigned...
@NicoBouckaert, In the new version of esp-modbus the new options are going to be implemented: 1. The new Kconfig option `CONFIG_FMB_TCP_UID_ENABLED` allows to support the UID in the master and...
Hi @NicoBouckaert, > I looked at the diff file but couldn't patch my files. I guess I'm using a different version? The changes are already merged and available in esp-modbus...
The issues mentioned here are partly resolved in the [esp-modbus stack v2 version](https://github.com/espressif/esp-modbus/discussions/45). It is updated and supports the multi-instance TCP Slave and Master with its own communication options and...