Add 10ms post_write_delay for the K3 -- was not going into split

Seems faster computers are speeding up serial I/O
https://github.com/Hamlib/Hamlib/issues/839
pull/846/head
Mike Black W9MDB 2021-10-23 13:24:36 -05:00
rodzic a7a97776bb
commit f5abd7a176
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -497,7 +497,7 @@ const struct rig_caps k4_caps =
.serial_stop_bits = 1,
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_NONE,
.write_delay = 0, /* Timing between bytes */
.write_delay = 10, /* Timing between bytes */
.post_write_delay = 0, /* Timing between command strings */
.timeout = 1000, /* FA and FB make take up to 500 ms on band change */
.retry = 5,
@ -633,7 +633,7 @@ const struct rig_caps kx3_caps =
RIG_MODEL(RIG_MODEL_KX3),
.model_name = "KX3",
.mfg_name = "Elecraft",
.version = BACKEND_VER ".14",
.version = BACKEND_VER ".15",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,