pa2eon / CPyS-891

FT-891 controler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPyS-891

TPOL CCH


This script is a CPS like for the Yaesu FT-891, it uses the CAT with the pyserial module to control the transceiver


1) Installation :

git clone https://github.com/F4JTV/CPyS-891.git
cd CPyS-891
sudo apt-get install python3-pip
pip install -r requirements.txt
python3 ./CPyS-891.py


2) Usage :

  • Edit the CPyS.cfg and change the COM port (Windows) or the /dev/ttyUSB (Linux) and the baudrate folowing your rig.
  • The Live Mode will change immediatly the value parameters. If it is disabled, changes on the FT-891 will be applied when you trigger the "Send config to FT-891"
  • For now, you can get all the parameters of the menu with "Get config from FT-891" on the menubar.

3) Dev plan :

  • this script is still in developpement, for now, only the Menu of the FT-891 is implemented.

TODO:

  • Menu -> done
  • Functions
  • Memory -> in progress
  • Reset the rig to default config -> done
  • Save and open config files
  • Presets for quick config
  • About
  • Documentation

4) Thanks to contributors for there work and ideas:

PA2EON

About

FT-891 controler

License:MIT License


Languages

Language:Python 100.0%Language:Batchfile 0.0%