Re: [Hamlib-developer] rigctl send_cmd
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Bill S. <g4...@cl...> - 2018-02-06 18:03:29
|
On 06/02/2018 17:41, Nate Bargmann wrote: > * On 2018 06 Feb 08:26 -0600, Bill Somerville wrote: >> On 06/02/2018 14:04, Jere Sandidge wrote: >>> Thank you for the info, do you have any suggestions on where to look in the rigctl code to determine why I see this? >> Hi Jere, >> >> in the file I mentioned, test/rigctl_parse.c, look at the handler for the >> send_cmd token. > That section of code queries the rig_state structure. I'm wondering if > the backend is not populating the structure correctly, or at all? > > 73, Nate Hi Nate, looks ok to me. I think that the important part is the correct command terminator must be set with the rigctl -t command line option, something like (untested and may need more options for serial port): rigctl -m135 -t\; w FA 73 Bill G4WJS. |