Skip to content

tdeppner/chirp2yaesu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

This code converts Chirp export file in CSV format to Yaesu's import CSV format. (I only tested this on FTM-400XDR application)

Use this code at your own discretion. It's not tested on all Yaesu programs.

HOW

  1. Download Chirp and create a station list.
  2. Export this station as a CSV file. (You can name it Chirp-export.csv)
  3. Download the chirp2yaesu package from github.com
  4. Run it as: python chirp_to_yaesu.py -o Yaesu-import.csv -i Chirp-export.csv
  5. Use Yaesu-import.csv file to import the configuration in the Yaesu's own software.

SCREENSHOTS

Chirp Export

Chirp Export

TODO

  • So far only Tone mode is supported, add DTCS, etc...
  • Better error handling

SOFAR

  • Fixed a problem with enabling Tone SQL mode. (TONE ENC)
  • Added basic argument parsing
  • Better code commenting
  • Add better csv writing

About

Convert Chirp CSV output to Yaesu CSV input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%