pothosware / SoapyAudio

Soapy SDR plugin for Audio devices
https://github.com/pothosware/SoapyAudio/wiki
MIT License
19 stars 3 forks source link

CAT ham radio serial control #3

Open cjcliffe opened 8 years ago

cjcliffe commented 8 years ago

Where available allow supplying path/device name for serial port so that Frequency, etc. control can be controlled/read via CAT serial commands.

n7ihq commented 5 years ago

To support transit capability, please consider adding the following Hamlib commands:

ptt-file=device ptt-type=type set_ptt get_ptt

Thanks! Jim N7IHQ

guruofquality commented 5 years ago

To support transit capability, please consider adding the following Hamlib commands:

Just FYI, if you have something specific in mind and you have the hardware to test it, the best way is to develop the change, and submit a pull request.

n7ihq commented 5 years ago

Hi Josh,

On Jan 13, 2019, at 2:41 PM, Josh Blum notifications@github.com wrote:

To support transit capability, please consider adding the following Hamlib commands:

Just FYI, if you have something specific in mind and you have the hardware to test it, the best way is to develop the change, and submit a pull request.

Thank you for your reply. I will add Hamlib commands to a copy of the code and test the changes.