discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Broken pipe when I write the payload to a pipe.


From: Brook Lin
Subject: [Discuss-gnuradio] Broken pipe when I write the payload to a pipe.
Date: Fri, 23 Jan 2009 11:44:20 -0800 (PST)

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?

rxdata.append(payload[2:])
#os.mkfifo('pipe')
myfile = os.popen('pipe','w')   
for data in rxdata:
    myfile.write(data)
myfile.close()

Thanks,
Brook
-- 
View this message in context: 
http://www.nabble.com/Broken-pipe-when-I-write-the-payload-to-a-pipe.-tp21631361p21631361.html
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

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