Hello Guys,
I noticed that OpenPLC can take advantage of esp32 to establish connection to modbus server.
I wanted to have a scenario wherein:
- The user press the push button (esp32 device)
- The device then send request to c# program (server) that integrates with fluentmodbus e.g. pin 2 (high)
- C# program acknowledge the request then modify the pin value to esp32device
The problem is that, openPLC does not appear to connect to c# program (server mode), so I'd like to ask if it's possible ?

Thanks,
Mark