On 25/07/2014 22:08, Thomas Early wrote:
Hi Tom,
> On 07/25/2014 01:23 PM, Bill Somerville wrote:
>>> According to the code in hamlib, that should send a "TX1" to my 590s,
>>> but my mic is still active with the "Text PTT" button.
>> Although not all necessary, your changes should have worked.
>>
>> You need to ensure you are using my fork of Hamlib3 for WSJT-X, if you
>> are using the CMake build instructions that have been published here on
>> this list several time; you should be getting that.
> It took me a few aborted tries to get to the correct CMake/Hamlib3
> instructions, but I think I finally found them in messages at:
> http://sourceforge.net/p/wsjt/mailman/message/32597470/
>
> This jtsdk-nix/wsjtx system installed and built wsjtx without error, but
> it has reverted back to the
> old problem of not remembering my audio source selection from session to
> session.
> TXAudioSource is true in WSJT-X.ini after I select rear/data, but after
> I stop and restart, the
> selection is back on front/mic. I think there is still something wrong
> in the read_settings() line:
>
>     rig_params_.TX_audio_source_ = settings_->value ("TXAudioSource",
> QVariant::fromValue
> (TransceiverFactory::TX_audio_source_front)).value<TransceiverFactory::TXAudioSource>
> ();
>
>
> Additionally, I'm still not getting the correct audio input,
> even after selecting rear/data in the same session.
OK the clue is above - "TXAudioSource is true in WSJT-X.ini", that is 
another defect as the enumeration value is supposed to be being stored 
in the settings file. This caused the TXAudioSource to always be set to 
Front/Mic when reading the settings from the file.

I have checked in a fix for that. Update your source tree and rebuild. 
That should move us on a step, hopefully to success.
>
> Just as a reference, fldigi is working properly with their version of
> hamlib rig control.
>
> Sorry Bill, I guess I could use some more help. Thanks!
>> Also you need to ensure that you have the recent firmware (v1.07) for
>> the TS590s installed on your rig as Kenwood fixed a number of serious
>> CAT defects with that.
> Using 1.08
>> If the change I made and this information doesn't get you up and running
>> Tom; I can give you some further information on how to debug the CAT
>> connection and see what is being sent to the rig.
>>> Any help would be appreciated! 73!
>>>
>>> Tom AC2IE
>> 73
>> Bill
>> G4WJS.
>>
73
Bill
G4WJS.

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to