discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] loopback dropping final bits


From: Dan Halperin
Subject: Re: [Discuss-gnuradio] loopback dropping final bits
Date: Thu, 29 Mar 2007 01:18:07 -0700
User-agent: Thunderbird 1.5.0.10 (X11/20070303)

Eric Blossom wrote:
On Wed, Mar 28, 2007 at 09:39:14PM -0700, Dan Halperin wrote:
Same loopback code I emailed about earlier; this time I attached the complete file (modulo some cleanup).

Here's my input file (in stupid x86 short ordering..):

   $ hexdump input.txt
   0000000 bbaa ddcc ffee 1100 3322 5544 7766 9988

and then after going through loopback.py and being packed back to bytes:

   $ hexdump output.txt
   0000000 bbaa ddcc ffee 1100 3322 5544 7766 8088


Regarding losing the last few symbols, try

  ...
  graph.wait()
  time.sleep(1)

No effect. I'd already tried it with the long pauses in there from
earlier... Oh, and I've also tried it with stop and wait in the other
order, and no stop at all... I'll get some debug prints in tomorrow and
see if I can't track this one down but I suspect the chain isn't fully
emptying for some other reason.

-Dan





reply via email to

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