Skip to main content
2 of 2
added 5 characters in body
Juraj
  • 18.3k
  • 4
  • 32
  • 50

The response is received when ModbusRtu library object is again in the IDLE state after a request was sent. In your code based on the example from the library, the response is ready in state 2 which follows state 1 where the request was sent. If in state 2 when the master object state changes to IDLE, you can use the response in array au16data.

Juraj
  • 18.3k
  • 4
  • 32
  • 50