On Fri, Jan 23, 2009 at 11:44:20AM -0800, Brook Lin wrote: > > Hi All, > > I am trying to write the payload to a pipe rather than to a file in > benchmark_ofdm_rx.py. The script is attached below. However, I got the error > 'Broeken pipe' when I run the script. Can anyone tell me why is that and how > to correct it?
It's because you're writing to a pipe with no reader. Try $ man 7 pipe for more info, or try reading a Unix / Linux programming book. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
