bertmelis / esp32ModbusTCP

Modbus client for ESP32
MIT License
84 stars 32 forks source link

Is it running on ESP8266 ? #9

Open jemarr opened 4 years ago

jemarr commented 4 years ago

Hi,

I've an SMA inverter and several Wemos D1 ESP8266 boards.

So, is it possible to adapt this library to be compatible with ESP8266 ???

Thanks in advance.

bertmelis commented 4 years ago

It's not out of the box but can be done. There's no magic inside.

Biggest change would be the queue.

jemarr commented 4 years ago

Thanks Bert for your fast answer.

As I don't know too much programing, just my IoT devices controlled by Amazon's Alexa... Do you plan to release an ESP8266 version ?

Thanks

bertmelis commented 4 years ago

An esp8266 version could be made from branch v1. I think that if you just delete all semaphore code it should work.