modbus-esp8266
modbus-esp8266 copied to clipboard
Most complete Modbus library for Arduino. A library that allows your Arduino board to communicate via Modbus protocol, acting as a master, slave or both. Supports network transport (Modbus TCP) and Se...
Hi Emiliano. Would it be possible to add these tools in a .h file? are the functions of separating, joining records. and also add the reading and writing of a...
Hi Emiliano. I want to congratulate you on your great work in this libraries. It really is very useful to me. I have just taken my first steps in the...
` xTaskCreatePinnedToCore( taskModbus, "taskModbus", 1
Appreciated if you could show and guide me how to write single register, thanks.
Hi there, I have been using serial and ESP32 IP modbus for this library for years. Now nothing works. I am not an expert, simply a maker. How is it...
The library is really great and I get on very well with it. I have a lot of registers in my project and therefore also a lot of callback calls....
I am trying to use the modbus RTU library with STM32L431RTC6 processor and it looks like the pulse on the direction pin of the processor is not long enough to...
作者你好,关于FW-Update-Target.ino的示例能不能给个具体详细的载入固件的文档说明,是需要特定软件工具吗?具体上位机怎么操作,谢谢。
Hi! I'm testing the following code as a link between https://sourceforge.net/projects/qmodmaster/ and https://pypi.org/project/pyModSlave/. As hardware, I'm using a NodeMCU 1.0 and a USB/TTL converter. ``` #include #include #include ModbusRTU rtu;...
What I did was install Arduino IDE 2.3.2 and installed the esp8266 by ESP8266 Communuty package. Then I installed the library and loaded the example file and compiled it, but...