Beta Uploads: updated 15 January 2011
Recent changes:
- Orion-II
- Smeter - Changed smeter method to recognize 12 character response from xcvr "@SRMnnnSnnn\r"
- Added controls for RF Gain, IF Shift, Audio volume
- Exception handling - Added exception handling code to pass throw
error handling back to xml thread main loop. Allows program to
recognize when xml server is shut down and restarted (fldigi).
- TS450S init - removed RM1; string from get_swr method; added
initialize method with RM1; command string. A cure to the
annoying beep-beep-beep when querying swr meter when transceiver is in
transmit.
- Eagle split - Added h/w split support code
- Eagle-Orion-II - Added debug statements for testing
backends. Removed unnecessary flags previously used to sync
serial and xml threads. Replaced by mutex.
- Eagle-Orion - Fixed getBW method for both TT566 and TT599 classes
- Home Dir - Add trailing "/" to config-dir name if not included on command line switch --config-dir
- ft450 A/B code test
- Que processing - Added parent process FREQMODE struc passed via
queue. Allows single function processing of UI changes when data
received from transceiver or external program (fldigi)
- Corrected mode table for Eagle and Orion-II transceivers
- Fix for 64 bit compiler recast
- changed "(int)val" to
"(int)(reinterpret_cast<long>(val))" where val is (void*)
- Added following transceivers
TT566 - Orion-II
TT599 - Eagle
TT 536 - Delta-II
TT535 - Argonaut II
- Added support code for Vfo A/B operation with TT516
- A B vfo select
* Added A, B vfo select
* Change color rendition of A / B to show active vfo
- IC706 mode type
Added mode type array to IC706 class
- IC7200 digi mode
Added digi modes to IC7200
- H/W PTT control
Added code to show PTT control for h/w ptt controls.
- ICOM dual vfo
Added control of vfoB to select ICOM rigs
- Parse Args
Corrected parse_args function for compliance with fltk
- Dual VFO mod
* Added controllable vfo-B using FreqDisp widget
* Fixed initialization problems for K3 and TS140 transceivers
- VFO A-B
* Changed all freq_ mode_ bw_ to freqA modeA bwA preparation
to introduce separate control of transceiver vfo-A
vfo-B.
* Changed all existing rig methods of freq, mode, bw to be vfoA
specific
* Added dual vfo control to Ten Tec 550, Pegasus
* Added dual vfo / split control to Yaesu FT450
- K2 Update
K2 update submitted by Ken Haase, VE4KEH