kopia lustrzana https://github.com/Hamlib/Hamlib
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_AnalysisHamlib-3.0
rodzic
35c04bf033
commit
f92d2ea0f7
|
@ -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,
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue