Hello,
since I have the same issue, I was wondering if you already could solve the problem.
Search found 3 matches
- Sat May 03, 2025 10:24 pm
- Forum: General Discussion
- Topic: Modbus TCP master example code issue.
- Replies: 1
- Views: 130
- Fri Apr 18, 2025 8:15 pm
- Forum: ESP-IDF
- Topic: Modbus TCP: mb wrong slave ip address table
- Replies: 1
- Views: 83
Re: Modbus TCP: mb wrong slave ip address table
Problem solved.
- Mon Apr 14, 2025 8:28 pm
- Forum: ESP-IDF
- Topic: Modbus TCP: mb wrong slave ip address table
- Replies: 1
- Views: 83
Modbus TCP: mb wrong slave ip address table
Hello,
I try to communicate via an ESP32-S3 and MODBUS TCP to my inverter. I am not able to deliver a proper ip address table.
I always get the erro "mb wrong slave ip address table".
I attached the code which I use to connect to a slave.
char* slave_ip_address_table[2] = {
"192.168.2.3 ...
I try to communicate via an ESP32-S3 and MODBUS TCP to my inverter. I am not able to deliver a proper ip address table.
I always get the erro "mb wrong slave ip address table".
I attached the code which I use to connect to a slave.
char* slave_ip_address_table[2] = {
"192.168.2.3 ...