Search found 1 match
- Wed Feb 05, 2025 3:53 pm
- Forum: ESP-IDF
- Topic: mb_tcp_slave and wifi_station, first project
- Replies: 2
- Views: 1250
mb_tcp_slave and wifi_station, first project
I'm trying to get my first project in ESP-IDF done, which is modbus TCP on top of WiFi. I'm not yet proficient in this particular framework so I decided to start from examples offered by this framework. So I have taken wifi station, and confirmed it does work with my network. Then I have taken mb_se...