Bob Egan
unread,May 14, 2026, 9:11:44 PM (3 days ago) May 14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SkyRoof
{
"id": 3040,
"echo": true,
"default_baud_rate": 1200,
"cross_band_split": false,
"bad_reply": ["FE", "FE", "E0", "08", "FA", "FD"],
"comment": "Icom IC-R7000 receiver. Simplex RX only. CI-V address 08h (NOT 52h as listed in hamlib). No TX, no PTT, no split. reply:null required throughout due to slow 1200 baud response time exceeding SkyCAT default timeout.",
"simplex": {
"setup": {
"messages": [
{
"command": ["FE", "FE", "08", "E0", "03", "FD"],
"reply": null,
"comment": "Read frequency as setup ping"
}
],
"restriction": "when_setting_up"
},
"read_rx_frequency": {
"messages": [
{
"command": ["FE", "FE", "08", "E0", "03", "FD"],
"reply": null
}
],
"restriction": "when_receiving"
},
"read_tx_frequency": null,
"read_rx_mode": {
"messages": [
{
"command": ["FE", "FE", "08", "E0", "04", "FD"],
"reply": null
}
],
"restriction": "when_receiving"
},
"read_tx_mode": null,
"read_ptt": null,
"write_rx_frequency": {
"messages": [
{
"command": ["FE", "FE", "08", "E0", "05", null, null, null, null, null, "FD"],
"reply": null,
"command_param": {"format": "BCD_LE"}
}
],
"restriction": "when_receiving"
},
"write_tx_frequency": null,
"write_rx_mode": {
"messages": [
{
"command": ["FE", "FE", "08", "E0", "06", null, "FD"],
"reply": null,
"command_param": {
"format": "Enum", "values": {
"LSB": [ "00" ], "USB": [ "01" ], "AM": [ "02" ], "CW": [ "03" ], "RTTY": [ "04" ], "FM": [ "05" ], "WFM": [ "06" ]
}
}
}
],
"restriction": "when_receiving"
},
"write_tx_mode": null,
"write_ptt_off": null,
"write_ptt_on": null
}
}