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.
Saturday, February 18, 2006
A Python tuner for digital modes on Ten-Tec Orion
Posted by
Martin Ewing
at
2/18/2006 01:36:00 PM
Topics: python
Subscribe to:
Post Comments (Atom)

1 comments:
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
Post a Comment