modbus tcp MASTER

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User19967
Level 1
Level 1
First reply posted First question asked Welcome!
Hello,
I'm looking for an example on how to realize a Modbus TCP MASTER in a XMC4700.
I tried with the example that was provided in DAVE, but I only found Modbus TCP Client.

How can I read and write a Client's register? How can I comunicate with a generic Modbus TCP Client?

Thanks

Oscar
0 Likes
1 Reply
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
ESP32 IDF seems to have a master implementation based on FreeModbus, https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/modbus.html, which might be easy to port
0 Likes