[Ham-Mac] flrig 2.0.0.X12 posted at

w1hkj w1hkj at bellsouth.net
Mon May 8 09:31:03 EDT 2023


http://www.w1hkj.com/alpha/flrig/


      Index of /alpha/flrig

  * Parent Directory <http://www.w1hkj.com/alpha/>
  * flrig-2.0.0.X12.tar.gz
    <http://www.w1hkj.com/alpha/flrig/flrig-2.0.0.X12.tar.gz>
  * flrig-2.0.0.X12_LI.dmg
    <http://www.w1hkj.com/alpha/flrig/flrig-2.0.0.X12_LI.dmg>
  * flrig-2.0.0.X12_VN.dmg
    <http://www.w1hkj.com/alpha/flrig/flrig-2.0.0.X12_VN.dmg>
  * flrig-2.0.0.X12_setup.exe
    <http://www.w1hkj.com/alpha/flrig/flrig-2.0.0.X12_setup.exe>
  * flrig.txt <http://www.w1hkj.com/alpha/flrig/flrig.txt>
  * flrig_users_manual.pdf
    <http://www.w1hkj.com/alpha/flrig/flrig_users_manual.pdf>
  * frequency-control-focus.png
    <http://www.w1hkj.com/alpha/flrig/frequency-control-focus.png>
  * frequency-control.png
    <http://www.w1hkj.com/alpha/flrig/frequency-control.png>
  * readme.dmg.txt <http://www.w1hkj.com/alpha/flrig/readme.dmg.txt>
  * readme.txt <http://www.w1hkj.com/alpha/flrig/readme.txt>



commit c79e2146f919bdf213cd390be886ca5d9262b616
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Mon May 8 08:03:00 2023 -0500

     alpha

       * testing for version 2.x series

commit 076c14dc063d516be2c6933f8b7d8b23b80c9b26
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Mon May 8 07:36:20 2023 -0500

     button colors

       * remove fixed color attribute from various controls

commit 21618b5783422c81ddc3fad05a1757ab82de1ba6
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Sun Apr 30 13:35:10 2023 -0500

     FT890 update

       * change initial serial timeout values

commit 1a33b9f9d74080ce5e5e431607b84230a948213e
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Sun Apr 30 13:34:58 2023 -0500

     X6100 update

       * update x6100 class methods to firmware 1.1.6 capability
       * improve transceiver polling algorithm.  efficiently skip
         over unpolled items.

commit e7c15b831fbfad7dce4060ca17b4bf02d32279d0
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Tue May 2 17:08:27 2023 -0500

     string vectors

       * replace all occurances
         of "const char *...[]"
         with std::vector<std::string>...
       * enclose all access to vectors using safe mode 'at(N)'
         vice memory corrupting C style array's '[N]'
       * remove all NULL entries in former const char*[] C style arrays
       * h/w such as chained Elecraft transceiver, power amp,
         panoramic adapter (specifically the KX series) interferes
         with the free flow of serial data between the transceiver
         and the PC.  Corrupted strings occassionally caused segmentation
         fault by out-of-bounds accessing of const char * string arrays.
       * default transceiver pick list to be sorted by name
         . add reference to class instantiation by list item: correct
           transceiver class instantiation selected independent of sort 
order
         . browser pick list for transcceiver always in ASCII sorted order
           independent of addition ordering
       * instantiate std::vector<std::string> ... as static to allow 
building
         on 18 years old Mac's

commit b401cf13548f3cdbb38666cfc98b0cd96210c88d
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Sat Apr 8 09:15:59 2023 -0500

     trusdx seg fault

       * correct erroneous trace parameter

commit d67bde7b9d2ecbda2a6ef49fb28b6aa1936b48ba
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Fri Apr 7 11:48:22 2023 -0500

     combo highlight

       * fix off by one pulldown highlight

commit 6d65eec992c731c15a698e33de21904f2b440bb7
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Thu Mar 30 16:12:43 2023 -0500

     TS590S/SG

       * Change default serial port write delay.

commit 71609348584e76413ac8f4411af2a0184323ca54
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Thu Mar 30 11:45:09 2023 -0500

     Yaesu FT710

       * add FT710 transceiver

commit 2ed6af506f23ae577486beb1a7bdf607dcbde106
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Fri Mar 24 19:50:50 2023 -0500

     Elecraft BW interface

       * correct UI for changed BW paradigm for
         . K2, K3, KX3, K4
       * fix various segfault issues with Elecraft xcvr
         i/o strings.

commit 22553a444e095d854240f2df542c19230771a081
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Fri Mar 24 19:50:02 2023 -0500

     xmlrpc server

       * add guard_lock requests to circumvent thread
         interaction observed with KX3 / wsjt-x
         . wsjt-x is turning out to be a nemisis
       * fix trace formatting

commit 91cde45524a1b0270e396181db87bf7bd9fab913
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Thu Mar 16 11:30:44 2023 -0500

     IC7700 set BW

       * correct CAT string for setting digital mode BW

commit 23644911c7ba34ad74938ad8c8ccae5f5d9ae31f
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Wed Mar 15 08:39:31 2023 -0500

     Kenwood meter readings

       * changes to correctly parse returned queries on Kenwood
         transceiver(s): TS890, TS990

commit 8968415b516bdd639b727488f02b191e39f2b3bf
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Sun Mar 12 22:58:34 2023 -0500

     FTdx10 bandwidths

       * eliminate "Default" bandwidth selection as transceiver
         never seems to return a 00 value.
       * update frequency control documentation
       * added new command line parameters
         . --trace rig
         . --trace get
         . --trace set
         . --trace serial
         . --trace xml
         . --trace rpc
         . --trace tci
         . --trace

commit dcacfc1f24d53d8774938ed293a274435059783b
Author: dave-w1hkj <w1hkj at bellsouth.net>
Date:   Fri Mar 10 14:03:50 2023 -0600

     Version 1.4.8

Refer to flrig.txt for complete list of changes.

73, David, W1HKJ


More information about the Ham-Mac mailing list