Increase TS950 timeout and post_write_delay due to errors seen with MicroKeyer III
pull/361/head^2
Michael Black W9MDB 2020-08-31 17:41:48 -05:00
rodzic 331d9773b0
commit e4b571af0d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -74,8 +74,8 @@ const struct rig_caps ts950s_caps =
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_NONE,
.write_delay = 0,
.post_write_delay = 0,
.timeout = 500, // this rig takes over 250ms to respond an IF command
.post_write_delay = 50,
.timeout = 600, // this rig takes over 250ms to respond an IF command
.retry = 10,
.has_get_func = RIG_FUNC_NONE,