Re: Hamlib keying

2021-12-01 Thread Thomas Beierlein
Hi Chris, Am Tue, 30 Nov 2021 20:28:10 +0100 schrieb Thomas Beierlein : > > > > - Sending Fx-messages does not work at all and gives no error or > > > warning. > > > > That shouldn't make a difference and is probably a followup error > > from the above. Do the Fx keys start by issuing a

Re: Hamlib keying

2021-11-30 Thread Thomas Beierlein
Hi Chris, after CQWW is finished now, back to your PR. Thanks for driving it forward. Am Fri, 26 Nov 2021 21:22:11 +0100 schrieb Christoph Berg : > I finally found the time to finish this. Thanks to Nick Craig-Wood > (@ncw) for merging his patch with this one! > > Pull request:

Re: Hamlib keying

2021-11-26 Thread Christoph Berg
I finally found the time to finish this. Thanks to Nick Craig-Wood (@ncw) for merging his patch with this one! Pull request: https://github.com/Tlf/tlf/pull/294 Re: Thomas Beierlein > > The general feature (calling stop_morse) already works, only the > > support in rigctld was missing. > > >

Re: Hamlib keying

2021-11-02 Thread Thomas Beierlein
Am Mon, 1 Nov 2021 22:36:08 +0100 schrieb Christoph Berg : > Re: Thomas Beierlein > > Am Fri, 29 Oct 2021 22:40:10 +0200 > > schrieb Christoph Berg : ... > > > > > > \stop_morse was simply not implemented in rigctld yet, but the > > > patch has already been merged: > > > > > >

Re: Hamlib keying

2021-11-01 Thread Christoph Berg
Re: Thomas Beierlein > Am Fri, 29 Oct 2021 22:40:10 +0200 > schrieb Christoph Berg : > > > Re: To tlf-devel@nongnu.org > > > In fact aborting the message does work, but rigctld isn't properly > > > forwarding the request through for the IC-7610 here. > > > > \stop_morse was simply not

Re: Hamlib keying

2021-10-31 Thread Thomas Beierlein
Am Fri, 29 Oct 2021 22:40:10 +0200 schrieb Christoph Berg : > Re: To tlf-devel@nongnu.org > > In fact aborting the message does work, but rigctld isn't properly > > forwarding the request through for the IC-7610 here. > > \stop_morse was simply not implemented in rigctld yet, but the patch >

Re: Hamlib keying

2021-10-29 Thread Christoph Berg
Re: To tlf-devel@nongnu.org > In fact aborting the message does work, but rigctld isn't properly > forwarding the request through for the IC-7610 here. \stop_morse was simply not implemented in rigctld yet, but the patch has already been merged:

Re: Hamlib keying

2021-10-27 Thread Christoph Berg
Re: Thomas Beierlein > But anyway - your work looks promising. What most users will miss is > the ability to abort the message. It would be good to have a > solution for that problem before merging it in. In fact aborting the message does work, but rigctld isn't properly forwarding the request

Re: Hamlib keying

2021-10-26 Thread Thomas Beierlein
Hi Christoph, there were some request for that feature from time to time. Iirc the last time someone told us there was some cwdaemon like program talking to the rig via hamlib. But anyway - your work looks promising. What most users will miss is the ability to abort the message. It would be good

Re: Hamlib keying

2021-10-25 Thread Onno VK6FLAB
Nice! After writing my ssbdaemon wrapper around cwdaemon, it occurred to me today that I might be able to do a similar thing with hamlib, using socat or something like that. It will have to wait until after CQWW this weekend :-) 73, de Onno VK6FLAB On Mon, 25 Oct 2021 at 15:41, Christoph Berg

Re: Hamlib keying

2021-10-25 Thread Christoph Berg
Re: Onno VK6FLAB > Hi Christoph, > > Out of interest, why did you not add hamlib functionality to cwdaemon > instead? I want to get rid of extra moving parts. Tlf is already talking to Hamlib directly for the frequency and mode, why not use that connection for keying as well? I have a

Re: Hamlib keying

2021-10-24 Thread Onno VK6FLAB
Hi Christoph, Out of interest, why did you not add hamlib functionality to cwdaemon instead? On Mon, 25 Oct 2021 at 06:05, Christoph Berg wrote: > Hi, > > I've been poking around with adding support for CW keying via Hamlib > to Tlf. I have it somewhat working. :) > >