bertmelis / esp32ModbusTCP

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

Is it possible to use this along with the encj28j60 Ethernet module for the esp32? #19

Closed AtharZafeer closed 4 years ago

AtharZafeer commented 4 years ago

So, I am trying to implement a modbus tcp/ip over ethernet using this encj28j60 module. This uses the vspi bus on the ESP32, working with uipethernet library. is it possible to implement a modbus ip/tcp using this over ethernet?

UIPETHERNET library

bertmelis commented 4 years ago

I'm afraid this is nothing that can be easily done. The API of the mentioned lib in totally different and I presume it implements blocking function calls.