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)

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to