When I run the ModbusRTU_Server_LED example on an Arduino board (R4 Mini + SPE Shield - which includes RS485),
modbusRTUServer.poll() always return the same value, as if the internal buffer or something has not been cleared after polling.
Is this expected? I can't send a new value because it always contains the first received value.
When I run the ModbusRTU_Server_LED example on an Arduino board (R4 Mini + SPE Shield - which includes RS485),
modbusRTUServer.poll()always return the same value, as if the internal buffer or something has not been cleared after polling.Is this expected? I can't send a new value because it always contains the first received value.