emelianov / modbus-esp8266

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 Serial line/RS-485 (Modbus RTU). Supports Modbus TCP Security for ESP8266/ESP32.
Other
519 stars 186 forks source link

Update RTU #309

Open javichuCode opened 1 year ago

javichuCode commented 1 year ago

Hello, I would appreciate some help. I can't update via rtu (file). Last master message "IP address: 192.168.1.100", last slave message "Starting update. FW max sise: 1794048"

javichuCode commented 11 months ago

Master and Slave esp8266. How could I implement the master and writing the file with a java program? Thank you so much.