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.
- Download Chirp and create a station list.
- Export this station as a CSV file. (You can name it Chirp-export.csv)
- Download the chirp2yaesu package from github.com
- Run it as: python chirp_to_yaesu.py -o Yaesu-import.csv -i Chirp-export.csv
- Use Yaesu-import.csv file to import the configuration in the Yaesu's own software.
Chirp Export
- So far only Tone and Tone SQL mode are supported, add DTCS, etc...
- Better error handling
- 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.