]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/serial-dmm/api.c
serial: flush() after open() in the serial core.
[libsigrok.git] / src / hardware / serial-dmm / api.c
index bf1e695e5a0856b17fc7344b4fc1ae557a9b98cf..edabea787696e6f4da5fbe65e49bee9080115c38 100644 (file)
@@ -85,7 +85,6 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
        sr_info("Probing serial port %s.", conn);
 
        devices = NULL;
-       serial_flush(serial);
 
        /* Request a packet if the DMM requires this. */
        if (dmm->packet_request) {