andresarmento / modbus-arduino

A library that allows your Arduino to communicate via Modbus protocol, acting as a slave (master in development). Supports serial (RS-232, RS-485) and IP via Ethernet (Modbus IP).
BSD 3-Clause "New" or "Revised" License
453 stars 267 forks source link

how to set unit identifier modbus tcp ip via ethernet ? #47

Closed PrathamBumb closed 4 years ago

PrathamBumb commented 4 years ago

not able to find unite identifier for slave

saltyJeff commented 4 years ago

Ethernet connections are point to point. There is no need for slave ids.

PrathamBumb commented 4 years ago

Yep Got It