err.. C++ (pre-emptive strike on the purists ;)
My C++ here is more C than C++, I think. It's not object oriented code for sure.
I meant - would you be willing to try to build a chirp module for it?
I'm willing to provide assistance in reverse-engineering the Yaesu file formats and testing... but as I don't know Python and don't have any real interest in learning it (and I hate GUI development), this will probably be the extent of my contributions to chirp.
Chirp supports radio module classes of both a file-based radio image and a clone-based image. (There is a live-updated type, but I dont think Yaesu fits this model).
The FTM-400d supports writing three data files, a system configuration file, a memory channel file, and a combined "clone" file.
I only support the memory channel file which includes home channel, 2 banks of 500 per transceiver channels, and 9 frequency ranges for scanning functionality. My support is partial... I haven't sorted out the complete format, such as non-standard repeater offsets.
Even if not, again, thank you for sharing with the community!
You are welcomed. And thank you for chirp. I only recently become aware of its existence... and found it a suitable replacement for the windows-only programmer I had long ago purchased for my VX-8G. One thing I'm likely to do every soon is provide conversion of my XML format to your CSV format... just so I can have a common channel source file for both my radios.
-- Kurt
Kurt,
Thanks for sharing. I see it's written in C.
How is your python? ;)
_______________________________________________
chirp_devel mailing list
chirp_devel@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_devel
Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers