discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] cant create two rx


From: Josh Blum
Subject: Re: [Discuss-gnuradio] cant create two rx
Date: Wed, 14 Jul 2010 20:16:54 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100527 Thunderbird/3.0.5

The rule is one usrp_block per board. If you have two boards, you must specify the which parameter = 0 for one board, = 1 for the other.

-Josh

On 07/14/2010 08:03 PM, John Wu wrote:
Hi all, I need to use two rx in my project, however I can not create two rx.
My code create rx is bellow:

Rx1 = usrp_standard_rx_sptr(usrp_standard_rx::make(0,decimRate,1,-1,

usrp_standard_rx::FPGA_MODE_NORMAL,
                                                          1024,16*8,rbf));

Rx2 = usrp_standard_rx_sptr(usrp_standard_rx::make(0,decimRate,1,-1,

usrp_standard_rx::FPGA_MODE_NORMAL,
                                                          1024,16*8,rbf));

the error:
usrp_open_interface:usb_claim_interface: failed interface 2
could not claim interface 2: Device or resource busy
usrp_basic_rx: can't open rx interface




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



reply via email to

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