ModbusConfig icon indicating copy to clipboard operation
ModbusConfig copied to clipboard

ModbusConfig library for ESP8266/ESP32/Arduino.

Results 4 ModbusConfig issues
Sort by recently updated
recently updated
newest added

Can not compile the example :ModbusConfig_SingleRS485 environment: esp8266 arduino board package:2.5.2 arduino platform version:1.8.19 selected board :Generic esp8266 module independent package and version: ArduinoJson: Version:6.19.4 download link:https://github.com/bblanchon/ArduinoJson MobusMaster: version:2.0.0 download...

Some examples not working with Arduino core for ESP8266 ver 2.6 and upper, because SoftwareSerial library has been updated. E.g.: ``` In constructor 'SoftwareSerialEx::SoftwareSerialEx(int, int, bool, unsigned int)': ModbusConfig_SingleRS485:77:161: error:...

Specifying the library dependencies in the `depends` field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of...

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is...