CAT ham radio serial control
Where available allow supplying path/device name for serial port so that Frequency, etc. control can be controlled/read via CAT serial commands.
- [x] basic frequency control and feedback via hamlib
- [ ] figure out what else we can shoehorn in from hamlib without going overboard :)
To support transit capability, please consider adding the following Hamlib commands:
ptt-file=device ptt-type=type set_ptt get_ptt
Thanks! Jim N7IHQ
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.
Hi Josh,
On Jan 13, 2019, at 2:41 PM, Josh Blum [email protected] 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.