modbus_set_byte_timeout - set timeout between bytes
void modbus_set_byte_timeout(*modbus_t ctx, struct timeval *timeout);
The modbus_set_byte_timeout() function shall set the timeout interval between two consecutive bytes of the same message. If the delay between is longer than the given timeout, an error will be raised.
There is no return values.
The libmodbus documentation was written by Stéphane Raimbault <stephane.raimbault@gmail.com>