epsilonrt / modbus-serial

A library that allows your Arduino to communicate via Modbus protocol, acting as a slave. Over serial line implementation (OSI 2/OSI 1)
https://epsilonrt.github.io/modbus-serial/
BSD 3-Clause "New" or "Revised" License
14 stars 2 forks source link

Slave to query status of connection with master #4

Open kkakosim opened 9 months ago

kkakosim commented 9 months ago

what is the approach for the Slave to query the status of the connection with the Master? I couldn't find a property or method in src and some that could be (e.g., getServerID) are private. apologies for the naive question.