I've gone on a bit of a mission to see if it is possible to use the QRP-Labs QDX with Winlink. As the QDX only supports single carrier modes, I'd like to be able to only enable FSK modes with ardopc.
I asked on the bpq32 mail list, and there is command to enable FSK only in ardopc already, "FSKONLY 1".
In the pactor modem, the ability to send init commands is available in this format:
pat connect "pactor:///HB9AK?init=PTCH%204"
So, going on the above example I would like to be able to run:
pat connect "ardop:///VK2IO?freq=7045&init=FSKONLY%201"
Or even just set a config option.
While I do understand some of the code here, I am by no means a Go programmer, or completely understand the codeflow for pat.
I've gone on a bit of a mission to see if it is possible to use the QRP-Labs QDX with Winlink. As the QDX only supports single carrier modes, I'd like to be able to only enable FSK modes with ardopc.
I asked on the bpq32 mail list, and there is command to enable FSK only in ardopc already, "FSKONLY 1".
In the pactor modem, the ability to send init commands is available in this format:
pat connect "pactor:///HB9AK?init=PTCH%204"So, going on the above example I would like to be able to run:
pat connect "ardop:///VK2IO?freq=7045&init=FSKONLY%201"Or even just set a config option.
While I do understand some of the code here, I am by no means a Go programmer, or completely understand the codeflow for pat.