bertmelis/esp32ModbusTCP

Is it running on ESP8266 ?

jemarr opened this issue · 3 comments

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.

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

Biggest change would be the queue.

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

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