ModbusMaster icon indicating copy to clipboard operation
ModbusMaster copied to clipboard

Possible to get raw data from slave?

Open mbtgsm opened this issue 2 years ago • 1 comments

Is it possible to get the raw data from the slaves?

If I read the holding register right now, I only get the value, but I would like to se the entire response with slave id, function code, CRC, etc.

ModbusMaster version

v2.0.1

Arduino IDE version

v2.0.4

Arduino Hardware

Arduino Mega

mbtgsm avatar Mar 01 '23 08:03 mbtgsm

You need do an array and convert values back to hex

nikito7 avatar Oct 02 '23 22:10 nikito7