Suggested change by Dave, W1HKJ, to enable serial hardware handshaking

by default.



git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2981 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.13
Nate Bargmann, N0NB 2010-09-14 01:24:10 +00:00
rodzic cd21f21a13
commit 2abff44f10
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -64,7 +64,7 @@ const struct rig_caps ft950_caps = {
.serial_data_bits = 8,
.serial_stop_bits = 1, /* Assumed since manual makes no mention */
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_NONE,
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
.write_delay = FT950_WRITE_DELAY,
.post_write_delay = FT950_POST_WRITE_DELAY,
.timeout = 2000,