andresarmento / modbus-esp8266

A library that allows your ESP8266 to communicate via Modbus protocol, acting as a slave (master in development). Supports IP via wireless network (Modbus IP).
BSD 3-Clause "New" or "Revised" License
146 stars 236 forks source link

Regarding ESP8266WiFi.h #8

Open muratangi opened 8 years ago

muratangi commented 8 years ago

Greetings,

On Arduino version 1.6.9, I manage to install ModbusIP library and compile provided examples.

I would like to implement modbus_esp8266. Unfortunately I have faced some issues. When I try installing modbus-esp8266 via >Sketch>Include Library>add. ZIP library, Arduino ide complains with the followings:

Arduino: 1.6.9 (Windows 7), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, 115200, 4M (3M SPIFFS)"
Specified folder/zip file does not contain a valid library

What can be possible reason of this error message?

Regards,

mutexlocker commented 8 years ago

Hi,Copy ModBus and ModbusIP_ESP8266 folders to library Folder of Arduino IDE