Dave, wow. Great programming. Any hope for later a way to ID ICOM's by Hex addresses? My radio's not listed but I have a CIV board in it. May next major up?
In any event, really nice work dude.
Dave
KA0SWT
From: NBEMSham@yahoogroups.com [mailto:NBEMSham@yahoogroups.com] On Behalf Of w1hkj
Sent: Monday, December 26, 2011 1:35 PM
To: linuxham@yahoogroups.com; NBEMS group; win-fldigi@yahoogroups.com; ham-mac; ham-software@...
Subject: [NBEMSham] flrig-1.2.5 correctly posted
The IC7600 additions went missing on the first post. Sorry for the inconvenience.
73, Dave, W1HKJ
Version 1.2.5 - Maintenance release
IC7600 additions
* Added controls for CW, VOX and Compression
IC703 controls
* Added controls and supporting methods for
- AF level - RF level
- Squelch - IF shift
- RF power - Mic gain
- CW pitch - CW WPM - CW sidetone
* Added read support for ALC
* Added Compression level control
* Added VOX gain, anti and delay controls
Power meter scales
* Changed logic to switch scales based on peak
value history vice instantaneous value reported
by transceiver.
* Added user selectable power meter scales by wattage
or Autoselect by power out.
Polling intervals
* Changed user interface and support code to allow
setting polling interval for individual controls.
* Changed user interface to allow timing settings
to one / ten millisecond increments.
FT950 Noise reduction
* Update to NR methods in FT950 class
* Added support controls
FT450 Noise Reduction
* Added controls and supporting methods to FT450 class
Extras Tabs
* Changed from enable/disable to show/hide paradigm for all
controls. Less eye clutter for transceivers not supporting
the full control set
Meter dialog
* Cosmetic fix - spelling error
FT450/950/2000/5000
* FT950
- Fixed uninitialized variable m_60m_index
- Fixed volume level creep down when volume mute is repeated used
- Added has_split. Fixed get_split() to work correctly
* FT450
- Added set_band_selection().
60m band is skipped because of unknown memory channels.
* FT2000
- Fixed uninitialized variables in constructor.
- Added set_band_selection().
60m band is skipped because of unknown memory channels.
* FT5000
- Added set_band_selection().
60m band is skipped because of unknown memory channels.
Volume mute
* Fix for interaction between transceiver and flrig mute button
Prevents setting volume to zero when unmuting.
Bandchange race fix
* Fix for bandwidth_ array out of bounds fault caused by
race condition, main UI / xml_io threads when changing
bands very rapidly.