diff --git a/src/hw_ostc.c b/src/hw_ostc.c index 7a2d966..ff112b8 100644 --- a/src/hw_ostc.c +++ b/src/hw_ostc.c @@ -157,6 +157,7 @@ hw_ostc_device_open (device_t **out, const char* name) } // Make sure everything is in a sane state. + serial_sleep (100); serial_flush (device->port, SERIAL_QUEUE_BOTH); *out = (device_t*) device;