A2
A2
Is there reason for not using `memset` and `memcpy` instead of zeroing/copying of 16 elements of array? Like this: DHCP_allocated_ip[0] = 0; DHCP_allocated_ip[1] = 0; DHCP_allocated_ip[2] = 0; DHCP_allocated_ip[3] =...
It will be good if you sign Windows executable.
I found "ReadTimeout { get; set; } = 1000;" in ModbusRtuClient.cs. Is this 1s timeout the best value? I read in some device's Modbus docs that max timeout for response...
What is the behavior of mbusd server when RS485 response is with wrong CRC? Is it timeout (no reply) or returns some 0x80 + command error code?
Is there log level to store modbus payload?