Can anyone help out and explain please.
I am working with modbus RTU master and flowcode 8 i send a question and get a response the question is correct and crc is correct.
The question expects a response but how do i process this response ?
I guess i should be using GetResponce() i read the explanation and it says:
I receive 0 for OK but how do i access and process the data received meaning how do i access the locations of the response buffer ?Collects as much incoming data as possible and stored into the response buffer. The number of bytes received will be stored into location 0 of the response buffer.
Return value indicates validity of incoming CRC. 0 = OK, 1 = CRC fail, 255 = No Data
Thank you
