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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dead link on https://github.com/emelianov/modbus-esp8266/tree/master/examples/TCP-ESP

JimKnopf1503 opened this issue · comments

commented

Indeed, the first three links in examples/TCP-ESP/README.md are missing an extra indirection, as required by Arduino IDE:
in README.md, change
(client.ino)
to
(client/client.ino)

(clientSync.ino)
to
(clientSync/clientSync.ino)

(server.ino)
to
(server/server.ino)