kopia lustrzana https://github.com/Hamlib/Hamlib
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/505pull/518/head
rodzic
b4627b75ba
commit
b5de94da2a
|
@ -9396,6 +9396,7 @@ int newcat_set_cmd(RIG *rig)
|
||||||
return RIG_OK;
|
return RIG_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hl_usleep(11*1000); // some Yaeus rigs have 10ms timeout -- does this fix the ?; reponse problem?
|
||||||
/* send the verification command */
|
/* send the verification command */
|
||||||
rig_debug(RIG_DEBUG_TRACE, "cmd_str = %s\n", verify_cmd);
|
rig_debug(RIG_DEBUG_TRACE, "cmd_str = %s\n", verify_cmd);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue