Re: [Hamlib-developer] Support for Yaesu FT-100D?
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Stephane F. <f4...@fr...> - 2002-01-24 01:42:19
|
On Sat, Jan 19, 2002, Kenenth E. Marks wrote: > Hello Developer's group. I apologize in advance if this is not the proper group > to mail this question to. Anyways, is the Yaesu FT-100D supported with this > set of drivers? My understanding is that the FT-817 is similar to the FT-100. If > you have any information that might be of use I would be grateful. That's the right group Ken. As far as I know, there's no FT-100D support in Hamlib. However, if you're saying the FT-817 has the same protocol, that's going to be pretty easy. Chris (AA1VL) wrote the FT-817 support. Chris, do you have some insight on the FT-100D? Anyway, everything you need is the manual of your rig with the protocol documentation, and a fresh checkout of the hamlib cvs repository. Have a look in the yaesu/ directory, especially yaesu/ft817.c. Check if protocols are the same, and try at best to share code among rigs. Provided you have created yaesu/ft100.c, tweaked yaesu/Makefile.am and rebuild everything, testing with "rigctl -vvvv -m 121" should lead you on the path of rig control. And let us know how it works out, and we're there to help with the code or understanding it if needed. Cheers, Stephane F8CFE |