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?
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.
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