Skip to content

emresaglam/chirp2yaesu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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 and Tone SQL mode are 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
  • Added Tone SQL support
  • Now retains "holes" in the incoming CSV, retains CSV location numbers
  • Will skip any location "0" entries, ie anomolous Chirp CSV export from some radios.

About

Convert Chirp CSV output to Yaesu CSV input

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages