Search found 3 matches

by daannii10
Mon Feb 24, 2025 7:42 am
Forum: ESP-IDF
Topic: mbc_master_start() can not connect to slaves
Replies: 4
Views: 1134

Re: mbc_master_start() can not connect to slaves

Hello, any other solution? Thank you
by daannii10
Fri Feb 14, 2025 12:24 pm
Forum: ESP-IDF
Topic: mbc_master_start() can not connect to slaves
Replies: 4
Views: 1134

Re: mbc_master_start() can not connect to slaves

Thank you for your response but that did not solve the problem. I tried the same code you posted and did not compile. error: too many initializers for 'char* [1]' }; If I put "char* slave_ip_address_table[2]" or even "char* slave_ip_address_table[]" it compiles but same output as the previous code. ...
by daannii10
Tue Feb 11, 2025 3:24 pm
Forum: ESP-IDF
Topic: mbc_master_start() can not connect to slaves
Replies: 4
Views: 1134

mbc_master_start() can not connect to slaves

For some reasons I am working on ESP-IDF 4.4.5 and I'm trying to use esp-modbus to connect to some slaves. I did the connection with the ESP32 on serial master and it was all OK. Now I'm trying to connect the ESP32 (tcp master) with a slave simulator and a real slave device. The error that I am faci...