Contents: rx320_tune.py : Main class module (some documentation imbeded.) rx320_simple_scanner.py : Example program to use class. RX320.320 : Sample database from graphical tuning software. Note: 'pyserial' module is required ( http://pyserial.sourceforge.net/ ) Note: Serial port selection is hard coded. Non-FreeBSD users will need to change that line (easy to spot!) Note: FreeBSD 5.x with 'device filesystem' should adjust /etc/devfs.conf to allow ordinary users to access the desired serial port. Dunno about Linux, and I doubt that most Windows OS's pay much attention to this aspect of security...but I wouldn't know. Note: At this time, the code is highly un-tested, but seems to work in my simple tests. It would be nice if whoever uses it would let me know of any fixes, extensions, etc. Much more could be done, but it meets my initial requirements so this is where I've stopped. (Also, the version on the web (0.9.0) may not be up to date if I flake out and forget that it's here!) Tom Huppi