Dave Horsfall wrote: > On Fri, 29 Dec 2017, Ryan Schmidt wrote: > >>> A third-party application (a radio scanner) >> >> What's it called? Is it open source? > > The scanner? A Uniden UBCD396XT trunking scanner (radio, not optical) > with a serial port. The software? A Tcl script contained in > "bcprogtool_0.8.[lm].zip" at a website near you (if you can find one; a > lot of them are 404).
This one I assume, which appears to be GPLv2? <https://code.google.com/archive/p/bcprogtool-tcl/> Version 0.8.m at least explicitly requires at least Tcl/Tk 8.5. We have 8.6 in MacPorts. It seems to launch fine when invoked thus: % /opt/local/bin/wish8.6 ~/Downloads/bcprogtool/bcprogtool.tcl - Josh
