Search found 1 match

by mlotorto
Fri Mar 22, 2024 4:02 pm
Forum: ESP-IDF
Topic: How can I implement modbus slave exception code: 0x03 Illegal data value
Replies: 0
Views: 432

How can I implement modbus slave exception code: 0x03 Illegal data value

Hello everyone! I implemented on an esp32 board a modbus slave device with some parameter managed as holding registers (0x03 read, 0x10 write). I could be able to do that modifying the esp-idf mb_slave example: https://github.com/espressif/esp-idf/tree/master/examples/protocols/modbus/serial/mb_slav...