PyWinKeyerSerial

Talk to the K1EL WinKeyer.

View on GitHub

winkeyerserial

License: GPL v3 Python: 3.9+ Made With:PyQt5PyPI - Downloads

logo

Talk to the K1EL WinKeyerSerial, WinKeyerUSB and WKMini.

It provides an API to control the WinKeyer. It listens for XMLRPC requests on port 8000.

The XMLRPC server exposes the following methods:

Have the Winkeyer device plugged in before starting this program.

On first run the program writes a file .pywinkeyer.json to the root of your home directory. This file contains the default serial device along with any saved messages. If your winkeyer doesn’t happen to be /dev/ttyUSB0 choose the correct device in the upper left.

Any time you edit a message field, it is automatically resaved to the json file.

The default speed is set to by polling the speedpots current state. The program watches for speedpot changes and sets the speed accordingly. I do realize some of you (WKMini) may not have a speedpot. You can change the speed via the onscreen widget.

It's a screenshot

Installing, updating, running and removal

# install
pip install winkeyerserial

# update
pip install -U winkeyerserial

# run
winkeyerserial

# remove
pip uninstall winkeyerserial

What’s new