Skip to content

4.0.0

Compare
Choose a tag to compare
@emelianov emelianov released this 02 Nov 16:42
· 43 commits to master since this release
  • Support of all Arduino boards
  • ModbusTLS: ESP8266 Client/Server and ESP32 Client
  • ModbusTCP: ModbusEthernet - WizNet W5x00, ENC28J60 Ethernet library support
  • 0x14 - Read File Records function
  • 0x15 - Write File Records function
  • Examples: FW update over Modbus full functional example
  • 0x16 - Write Mask Register function
  • 0x17 - Read/Write Registers function
  • ModbusRTU: ESP32 SoftwareSerial support
  • Build with no STL dependency (switchable)
  • API: ModbusIP => ModbusTCP
  • API: Access control callback for individual Modbus function
  • API: Master/Slave => Client/Server according to PRESS RELEASE
  • Lot of code refacting and small fixes