discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Error: timed out waiting for TX and/or RX LO to l


From: John Malsbury
Subject: Re: [Discuss-gnuradio] Error: timed out waiting for TX and/or RX LO to lock
Date: Tue, 03 Jul 2012 15:38:19 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.27) Gecko/20120216 Thunderbird/3.1.19

Julio,

50 ms seems like a lot of time to allow for a lock, but try changing:

boost::this_thread::sleep(boost::posix_time::milliseconds(50));

to:

boost::this_thread::sleep(boost::posix_time::milliseconds(500));

In the source file of uhd_cal_tx_balance.cpp.  Let us know if that doesn't fix things.

-John



On 07/03/2012 03:27 PM, Julio Hector Aguilar Renteria wrote:

Hi, all

help error uhd_cal_tx_iq_balance --verbose

address@hidden:/usr/local/bin# uhd_cal_tx_iq_balance --verbose
linux; GNU C++ version 4.5.2; Boost_104200; UHD_003.004.002-177-unstable


Creating the usrp device with: ...
-- Opening a USRP2/N-Series device...
-- Current recv frame size: 1472 bytes
-- Current send frame size: 1472 bytes
Error: timed out waiting for TX and/or RX LO to lock

_______________________________________________ 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]