New Model #567
Icom IC-910
Status: | Closed | Start date: | 02/15/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Martin Cooper | % Done: | 100% |
|
Category: | - | |||
Target version: | chirp-daily | |||
Chirp Version: | daily | Equipment Loan Offered: | No |
Description
Please add the Icom IC910H in radios list.
Thank you very much for the CHIRP, well done.
73
Related issues
Associated revisions
[icomciv] Add support for the Icom IC-910 radio Fixes #567
Add the IC-910 as a new live mode radio.
- Includes support for the optional UX-910 23cm unit. The unit adds a
third bank of memories to those for 2m and 70cm. The driver detects
the presence or absence of the unit in order to determine which
banks to present to the user. - Includes support for special channels. Previous Icom live radios
have not implemented support for special channels. Infrastructure
is now included so that they could do so with minimal effort. - Should also fix #5023. The duplex offset field was being ignored for
the IC-7100 and was declared incorrectly. Including duplex offset
support for the IC-910 necessitated fixing this.
[icomciv] Add support for the Icom IC-910 radio Fixes #567
Add the IC-910 as a new live mode radio.
- Includes support for the optional UX-910 23cm unit. The unit adds a
third bank of memories to those for 2m and 70cm. The driver detects
the presence or absence of the unit in order to determine which
banks to present to the user. - Includes support for special channels. Previous Icom live radios
have not implemented support for special channels. Infrastructure
is now included so that they could do so with minimal effort. - Should also fix #5023. The duplex offset field was being ignored for
the IC-7100 and was declared incorrectly. Including duplex offset
support for the IC-910 necessitated fixing this.
(cherry picked from commit 77fe9b1b96767a202a1e4f83fbe7850373892e59)
Fix ic910 driver when not initialized with a serial connection
During things like the make_supported.py tool, or opening a file,
we initialize the radio drivers without a valid serial connection.
The ic910 driver can't detect the presence of the 23cm unit in these
cases (only the former, since it's a live radio), so just protect
against that here.
Related to the fix for #567
Fix ic910 driver when not initialized with a serial connection
During things like the make_supported.py tool, or opening a file,
we initialize the radio drivers without a valid serial connection.
The ic910 driver can't detect the presence of the 23cm unit in these
cases (only the former, since it's a live radio), so just protect
against that here.
Related to the fix for #567
(cherry picked from commit 072be1827486941d428d3c9f4eb74d4944bea758)
History
Updated by Tom Hayward over 9 years ago
- Tracker changed from Feature to New Model
- Equipment Loan Offered set to No
Updated by Tim Smith over 5 years ago
- Subject changed from IC-910 to Icom IC-910
Updated by Martin Cooper almost 2 years ago
- Status changed from New to In Progress
- Assignee set to Martin Cooper
- Target version set to chirp-daily
- % Done changed from 0 to 90
- Chirp Version changed from 0.3.0 to daily
Updated by Anonymous almost 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
Applied in changeset 7e13a0456850.