Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bandwith problem IC-705 #666

Closed
on4akh opened this issue Apr 15, 2021 · 0 comments
Closed

Bandwith problem IC-705 #666

on4akh opened this issue Apr 15, 2021 · 0 comments
Labels

Comments

@on4akh
Copy link

on4akh commented Apr 15, 2021

Hi,

When requesting bandwidth of IC-705 through rig_passband_narrow, rig_passband_normal and rig_passband_wide, results in 0, 2.4 and 3.6 (maybe not in that exact order).
Changing ic7300.c for the ic705 capabilities struct (filters part) to

.filters =  {
    {RIG_MODE_SSB | RIG_MODE_PKTLSB | RIG_MODE_PKTUSB, kHz(2.4)},
    {RIG_MODE_SSB | RIG_MODE_PKTLSB | RIG_MODE_PKTUSB, kHz(1.8)},
    {RIG_MODE_SSB | RIG_MODE_PKTLSB | RIG_MODE_PKTUSB, kHz(3)},
    {RIG_MODE_CW | RIG_MODE_CWR | RIG_MODE_RTTY | RIG_MODE_RTTYR, Hz(500)},
    {RIG_MODE_CW | RIG_MODE_CWR | RIG_MODE_RTTY | RIG_MODE_RTTYR, Hz(250)},
    {RIG_MODE_CW | RIG_MODE_CWR, kHz(1.2)},
    {RIG_MODE_RTTY | RIG_MODE_RTTYR, kHz(2.4)},
    {RIG_MODE_AM | RIG_MODE_PKTAM, kHz(6)},
    {RIG_MODE_AM | RIG_MODE_PKTAM, kHz(3)},
    {RIG_MODE_AM | RIG_MODE_PKTAM, kHz(9)},
    {RIG_MODE_FM | RIG_MODE_PKTFM, kHz(10)},
    {RIG_MODE_FM | RIG_MODE_PKTFM, kHz(7)},
    {RIG_MODE_FM | RIG_MODE_PKTFM, kHz(15)},
    RIG_FLT_END,
},

fixes this. Do not know why this was implemented different for the IC-705 as 3.6KHz is not one of the standard filters.

Kind regards,

Wim.

@mdblack98 mdblack98 added the bug label Apr 15, 2021
@mdblack98 mdblack98 added this to the 4.2 milestone Apr 15, 2021
mdblack98 added a commit that referenced this issue Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants