diff --git a/src/serial.c b/src/serial.c index c4e384af7..14f5e4959 100644 --- a/src/serial.c +++ b/src/serial.c @@ -194,6 +194,7 @@ int HAMLIB_API serial_open(hamlib_port_t *rp) CLOSE(fd); return err; } + serial_flush(rp); // ensure nothing is there when we open return RIG_OK; }