kopia lustrzana https://github.com/Hamlib/Hamlib
Fix serial port type for Micom
rodzic
2638eeb774
commit
d47fb672c8
|
@ -72,13 +72,12 @@ struct rig_caps micom_caps =
|
|||
.rig_type = RIG_TYPE_OTHER,
|
||||
.targetable_vfo = RIG_TARGETABLE_FREQ | RIG_TARGETABLE_MODE,
|
||||
.ptt_type = RIG_PTT_RIG,
|
||||
.dcd_type = RIG_DCD_RIG,
|
||||
.port_type = RIG_PORT_NONE,
|
||||
.port_type = RIG_PORT_SERIAL,
|
||||
.serial_rate_min = 9600,
|
||||
.serial_rate_max = 9600,
|
||||
.serial_data_bits = 8,
|
||||
.serial_stop_bits = 2,
|
||||
.serial_parity = RIG_PARITY_ODD,
|
||||
.serial_parity = RIG_PARITY_EVEN,
|
||||
.rig_open = micom_open,
|
||||
.set_freq = micom_set_freq,
|
||||
.get_freq = micom_get_freq,
|
||||
|
|
Ładowanie…
Reference in New Issue