discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: named fifo (byte - byte transfer)


From: N. Benes
Subject: Re: named fifo (byte - byte transfer)
Date: Mon, 04 Nov 2019 18:02:00 +0000

hamzeh elsayed:
> I wrote a c code program to write in fifo in file to use it instead of cat
> in.
> 
> The result was the same.
<snip>

I'd still believe the error is in the way you interact with the fifo.
Have you looked at setvbuf() or fflush()?
(e.g. "setvbuf(f, (char *)NULL, _IONBF, 0);" )



reply via email to

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