On 12/22/2010 04:10 PM, Sangho Oh wrote: > I have compiled and run UHD code that was downloaded one day in last week. > One problem was that "tx_timed_samples.cpp" does not work. > The timing control didn't work. > Even I give 10 secs delay, the code just promptly send samples without any > delay. > Whereas receiver properly wait for the specified time before starting the > reception process. > On this issue, you are probably sending a small number of samples which are completely consumed by the device. The example app does not wait for an end of burst acknowledgement so it exits before the samples are actually transmitted.
Try setting --nsamps to a very large value (several seconds worth of samples) to prove that the send-timed is indeed functioning. -josh _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
