Re: [USRP-users] Product Announcement: Simplifying Deployment of Software Defined Radios with USRP N310

2018-03-17 Thread hossein talaiee via USRP-users
Hi When schematics will be available? On Tue, Mar 6, 2018 at 7:38 PM, Wan Liu via USRP-users < usrp-users@lists.ettus.com> wrote: > Ettus Research is proud to announce the USRP N310 software defined radio > (SDR). This SDR delivers reliability and fault-tolerance for deployment in > large-scale

Re: [USRP-users] Help with uhd

2018-03-17 Thread Snehasish Kar via USRP-users
Hello Marcus Sorry, but I didn't receive a copy of my previous mail or your response, so I posted again. For your reference below is my code: #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include

Re: [USRP-users] Help with uhd

2018-03-17 Thread Marcus Müller via USRP-users
Dear Shehasish, Marcus Leech already responded to your last mail. We can't help you without all your code, especially whatever sets up "args2954R". Best regards, Marcus M On Sat, 2018-03-17 at 06:22 +, Snehasish Kar via USRP-users wrote: > hello > > On trying to use an multi usrp shared

[USRP-users] Help with uhd

2018-03-17 Thread Snehasish Kar via USRP-users
hello On trying to use an multi usrp shared pointer, I get the following error in rfnoc enviroment: Error: TypeError: [0/FIFO_1] Invalid output port number (ANY). I declared the shared pointer as below uhd::usrp::multi_usrp::sptr usrp_temp = uhd::usrp::multi_usrp::make(args2954R);