EasyModbusTCP.NET icon indicating copy to clipboard operation
EasyModbusTCP.NET copied to clipboard

ReadProductCode()

Open hp-beko opened this issue 5 years ago • 1 comments

Let's add the Read Device Information functionality to make world a better place.

hp-beko avatar Sep 26 '19 14:09 hp-beko

I've implemented something similar but its not good idea to hardcode number-of-read-byte to a small value. For instance my current device sends around 50 bytes of data for 0x2B function. This function is tricky and its not easy to know actual length of response without reading the entire response.

xmenxwk avatar Jan 02 '21 01:01 xmenxwk