Try adding an 11ms delay on set commands before the ID; is sent

FT2000 is seeing repeated ?; responses and timing may be important
https://github.com/Hamlib/Hamlib/issues/505
pull/518/head
Michael Black W9MDB 2021-01-13 09:40:20 -06:00
rodzic b4627b75ba
commit b5de94da2a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -9396,6 +9396,7 @@ int newcat_set_cmd(RIG *rig)
return RIG_OK;
}
hl_usleep(11*1000); // some Yaeus rigs have 10ms timeout -- does this fix the ?; reponse problem?
/* send the verification command */
rig_debug(RIG_DEBUG_TRACE, "cmd_str = %s\n", verify_cmd);