ArduinoModbus icon indicating copy to clipboard operation
ArduinoModbus copied to clipboard

Results 63 ArduinoModbus issues
Sort by recently updated
recently updated
newest added

Hey guys, I am not sure if this is the right way to ask about this. I am using your library in my project to set outputs on my Nano...

Hi, I tried the ModBusRTUClient class with the RS485 shield for MKR 1010. I had no troubles to read holding registers when I was debugging with USB plug connected. But...

type: imperfection

I am working with this library I can connect to the client fine , read and update holding registers in the while loop if the client disconnects the code jumps...

I have a PLC with fixed ID that my Modbus TCP server using MKR1010 is trying to poll. How will I assign the slave ID into the server for communication?

I have a project where I read serveral modbus register. It works so far. If I will store the values to mySql database, the communication is blocked. I have tried...

Hey everyone, hope you're all safe and sound (as possible) during these dark times. **Aditional Information** - SAMD based board - Arduino IDE 1.8.13 ## Problem I'm using the ArduinoModbus...

type: imperfection

Hi, I have the example led which I've added holdingRegisterWrite function for lm35 sensor temperature. All works fine, but after some hours holding Register stops working, coil register keeps working...

Hello. I'm trying this official Modbus library for Arduino IDE 1.8.13 with stm32duino. I tried compiling ModbusRTUServerLED with no success. ![image](https://user-images.githubusercontent.com/5564635/104666439-b07bc180-56b2-11eb-8f3c-16dabac2b6c4.png) Here is a log. ```bash In file included from...

type: enhancement
topic: code

I tried compiling the WiFiModbusServer example and am getting: ``` /home/chris/Arduino/libraries/ArduinoModbus/src/libmodbus/modbus-tcp.cpp:32:21: error: expected unqualified-id before '{' token 32 | #define printf(...) {} | ^ /home/chris/.arduino15/packages/adafruit/hardware/samd/1.6.4/cores/arduino/Print.h:88:10: note: in expansion of macro...

I am trying to compile a Modbus TCP server for the Siemens IoT2020 (seens as a Intel Galileo Gen2 board from the Arduino IDE point of view), and I am...