diff --git a/src/rig.c b/src/rig.c index c96dc6bd3..4b295a44d 100644 --- a/src/rig.c +++ b/src/rig.c @@ -1030,6 +1030,7 @@ int HAMLIB_API rig_open(RIG *rig) } } + rs->rigport.timeout = caps->timeout; status = port_open(&rs->rigport); if (status < 0)