IC-PCR1500/2500: Default write_delay to 0

Paul, KE7ZZ, reports the write_delay and post_write_delay defaults were
too long and recommends that these models work with the values set to 0.

Paul has analysis at:

http://arachnoid.com/JRX/#USB_Transaction_Logging_and_Analysis
Hamlib-3.0
Nate Bargmann 2012-11-05 21:06:33 -06:00
rodzic 35c04bf033
commit f92d2ea0f7
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -72,8 +72,8 @@ const struct rig_caps pcr1500_caps = {
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
.write_delay = 12,
.post_write_delay = 2,
.write_delay = 0,
.post_write_delay = 0,
.timeout = 400,
.retry = 3,

Wyświetl plik

@ -79,8 +79,8 @@ const struct rig_caps pcr2500_caps = {
.serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
.write_delay = 12,
.post_write_delay = 2,
.write_delay = 0,
.post_write_delay = 0,
.timeout = 400,
.retry = 3,