1 Jan
2013
1 Jan
'13
12:49 p.m.
Your directions talk about what to do with the debug log, but they never say where it is.
Yes, they do:
Windows Go to Start->Run and type "%APPDATA%\CHIRP". Your debug.log file will be in the folder that opens.
However, as I said, if you're running from the command line, the contents go to the screen, not the log.
Also, no idea how to pipe it to a file. Don't know this env.
In this case "this env" is Windows. The standard way of redirecting the output of a program to a file is all you need:
C:\foo\chirp.hg> python chirpw > my_log_file.txt
--
Dan Smith
www.danplanet.com
KK7DS