send abstract method

Sends the modbus requests. A ModbusResponseCode is returned as a future.

If request has its own unitId defined, then it will override this client unitId (see getUnitId).

If request has its own responseTimeout defined, then it will override this client responseTimeout (see getResponseTimeout).

Implementation

Future<ModbusResponseCode> send(ModbusRequest request);