Change ts440 r5000 to no flow control

pull/224/head
Michael Black 2020-04-02 11:34:26 -05:00
rodzic 764045bb1b
commit 45914f70f9
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -74,7 +74,7 @@ const struct rig_caps r5000_caps =
.serial_data_bits = 8,
.serial_stop_bits = 2,
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
.serial_handshake = RIG_HANDSHAKE_NONE,
.write_delay = 0,
.post_write_delay = 2,
.timeout = 400,

Wyświetl plik

@ -74,7 +74,7 @@ const struct rig_caps ts440_caps =
.serial_data_bits = 8,
.serial_stop_bits = 2,
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
.serial_handshake = RIG_HANDSHAKE_NONE,
.write_delay = 20,
.post_write_delay = 30,
.timeout = 200,