discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] recv_frame_size and send_frame_size


From: Ian Buckley
Subject: Re: [Discuss-gnuradio] recv_frame_size and send_frame_size
Date: Fri, 18 Oct 2013 11:06:08 -0700

Parameters you pass to UHD like this are not persistent between runs, the 
hardware is re-initialized each time so you must pass them each time.

In GRC you would pass the parameters as per the example I've attached.

-Ian

Attachment: args_example.grc
Description: Binary data


On Oct 18, 2013, at 2:10 AM, Baier <address@hidden> wrote:

> Hi all,
> 
> I have changed recv_ frame_size and send frame by typing uhd_usrp_probe 
> "addr0=198.168.10.2,recv_frame_size=4096, send:frame_size=4096". I have also 
> change the MTU size on my host computer to 4096. After starting gnuradio 
> companion the frame size was set to 1472 bytes again. What is hier the 
> problem? How can I change the frame sizes permanently?
> Thanks
> AB
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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