Re: Using TCP or rig control

2025-06-01 Thread Ed Lawson
On Sun, 1 Jun 2025 11:31:34 -0400 Ed Lawson wrote: > > Thank you. I did the following, but does not work. > > #RADIO_CONTROL > Sorry. My stupidity never fails to amaze me. Forgot to remove hashtag from RADIO_CONTROL. Now it works. 73 Ed K1VP

Re: Using TCP or rig control

2025-06-01 Thread Ed Lawson
On Sun, 1 Jun 2025 09:47:46 +0200 Thomas Beierlein wrote: > > looks like Pihpsdr is supported by hamlib library. So you can > simply configure TLF via logcfg.dat Tom: Thank you. I did the following, but does not work. #RADIO_CONTROL RIGMODEL=2040 #RIGSPEED=2400 RIGPORT=localhost:19090 Perha

Re: Using TCP or rig control

2025-06-01 Thread Csahok Zoltan
Hi Ed, Here is a screenshot showing Fldigi's Hamlib configuration for Pihpsr: https://github.com/n7ihq/piHPSDR_docs/blob/main/Screenshots/FLDIGI%20Hamlib.png The corresponding TLF setting are RIGMODEL=2040 RIGPORT=localhost:19090 (RIGMODEL comes from output of "rigctl -l | grep PiHPSDR") 73, Zo

Re: Using TCP or rig control

2025-06-01 Thread Thomas Beierlein
Hi Ed, looks like Pihpsdr is supported by hamlib library. So you can simply configure TLF via logcfg.dat - see section below RIG_CONTROL. 73, de Tom Am Sat, 31 May 2025 17:23:20 -0400 schrieb Ed Lawson : > I am running Pihpsdr to control a Hermes Lite 2+ and tlf for logging. > Does anyone know