discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] stdout and stderr


From: cswiger
Subject: [Discuss-gnuradio] stdout and stderr
Date: Fri, 30 Dec 2005 08:25:01 -0500 (EST)

Does the gnuradio / python output conform to usual unix
stdout and stderr - that is, normal status and informational
output go to stdout, while errors like USRP and Audio
over/under run go to stderr?

A text mode radio outputs status and takes user control
on the command line, but gets interference from the usual
out-of-sync hardware clocks aUaUaUaUuOuO  etc.  If I run
it with

$ ssb_rx.py -f3938e3 2>/dev/null

then I get NO output, even from the command prompt, altho
user commands get in ok.

Anyway, it would be nice to seperate stdout and stderr streams.

I can turn off aUaUaUaU by commenting out the printf statements
in the code to turn off the annoying chatter, but then you lose
an important indication of something really wrong (like truncated
fractional decimation) in other cases.

--Chuck





reply via email to

[Prev in Thread] Current Thread [Next in Thread]