ArduinoModbusSlave
ArduinoModbusSlave copied to clipboard
Modbus slave library for Arduino
while trying the example "simple" using "Simply Modbus" software as a master and an Arduino UNO as slave, i'm getting "Exception Response" & "Illegal Data Address" can anybody tell me...
I have a project use Arduino as Master to read and write data for about 30 slave(R485) but Currently, I have not found a solution yet
I have a very specific feature request for a product our company has produced. I implemented it (and changing the Unit ID) easily enough, but thought I would add an...
I had successfully implemented this library with Arduino as an I2c slave. So one arduino modbus slave + I2c slave works. But right now I have interfaced a I2C sensor...
Hi, I'm using this library on arduino in order to make it as a Modbus Slave, the slave consists in a ATMEGA328P with a bunch of neopixel leds (8) attached,...
There are problems to compile the library for the new Arduino Nano Every target. They declared that Arduino Nano Every is compatible with Arduino Nano but that's not true. It...
`Modbus :: createResponse ();` If there is no `delay (1)` or `Serial.println ("")` before calling the function, it does not work properly. communication:rs232 baudrate:9600 dataBits:8 Parity:None StopBits:1 ``` cpp uint8_t...
https://github.com/yaacov/ArduinoModbusSlave/blob/a9559f96f65340cf746ac093ef80ebe699bca8ba/examples/full/full.ino#L135 I think, it should be: `EEPROM.get(address + i * 2, value); `
For a project I would like to use ModbusTCP. For this I looked into using your TCP lib, but this only accepts a ESP8266 and is about 3 years old....
Hi, I am trying the library on Arduino Mega 2560. Receiving the queries works ok but writeRegisterToBuffer doesn't write the response to any Serial. I tried all the serials but...