diff --git a/rigs/icom/frame.c b/rigs/icom/frame.c index 5b9e9bc81..eb54dd4f8 100644 --- a/rigs/icom/frame.c +++ b/rigs/icom/frame.c @@ -158,7 +158,8 @@ int icom_one_transaction(RIG *rig, unsigned char cmd, int subcmd, set_transaction_active(rig); collision_retry: - rig_flush(&rs->rigport); + // does not seem necessary and add 6ms overhead per call in Windows + //rig_flush(&rs->rigport); if (data_len) { *data_len = 0; }