diff --git a/src/mares_common.c b/src/mares_common.c index 419b09a..6e79ae2 100644 --- a/src/mares_common.c +++ b/src/mares_common.c @@ -201,6 +201,7 @@ mares_common_transfer (mares_common_device_t *device, const unsigned char comman return rc; // Discard any garbage bytes. + serial_sleep (device->port, 100); serial_flush (device->port, SERIAL_QUEUE_INPUT); }