Skip to content
/ ftm-400d Public
forked from kz7zzz/ftm-400d

Programmer for Yaesu FTM-400D

Notifications You must be signed in to change notification settings

ki7dk/ftm-400d

 
 

Repository files navigation

FTM-400dr Programmer

A start...   patches welcomed.

Prerequisites:

C++ compiler (e.g., clang++ or g++)
GNU Make
libxml2 (http://www.xmlsoft.org/)


Building:

Run 'make'.


Usage:

Copy MEMFTM400D.dat from SD Card to local working directory,
name local copy old.dat.

% ./ftm-export old.dat > channels.xml
  edit channels.xml (suggest using an XML schema-aware editor)
% ./ftm-import channels.xml old.dat new.dat > channels.xml

Install new.dat as MEMFTM400D.dat on SD Card.

About

Programmer for Yaesu FTM-400D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.0%
  • C++ 7.0%
  • Makefile 3.0%