modbus-esp8266 icon indicating copy to clipboard operation
modbus-esp8266 copied to clipboard

Does this library allow MODBUS/TCP Security over ethernet using an ethernet shield?

Open rafaelkai opened this issue 1 year ago • 1 comments

As the title says, I would like to implement a Modbus TCP Security client and send data over Ethernet using an Ethernet shield instead of ESP8266/ESP32 and WiFi.

rafaelkai avatar Feb 14 '24 10:02 rafaelkai

https://github.com/espressif/arduino-esp32/blob/master/libraries/Ethernet/examples/ETH_W5500_IDF_SPI/ETH_W5500_IDF_SPI.ino

The library code just as for WiFi

emelianov avatar Apr 25 '24 18:04 emelianov