Saturday, February 18, 2006

A Python tuner for digital modes on Ten-Tec Orion

I've been using this little control panel (opsk) for some time now. Maybe it's time to release it for any other Orion/Linux/Python/PSK addicts out there. This app lets you select the HF band you want to use, tune the antenna if necessary, and control the passband to zero in on a PSK signal you see on your waterfall display.

It uses TKINTER and pySerial technology.

1 comment:

Anonymous said...

Hi Martin, I downloaded your Tone Generator, but could not get it to work on Kubuntu. It complained that it could not open the audiodevice after the comment #GUI has launced us.

I fixed it by changing line 121 to

self.mix = ossaudiodev.openmixer()

Now it works OK. Thanks!

Regards, Chris LA8UU