On 08/03/2017 06:12 AM, Masoud Naderpour via USRP-users wrote:
Dear Ettus Technical Support Team,
So far I have been successful getting the UHD C++ APIs to run the USRP B210 both on Linux(Eclipse) and Windows (Microsoft Visual Studio) in their SISO mode. I have tried further to run the USRP on its both channels. Unfortunately I have not been successful although trying a lot. In my codes I try to run the both channel by the following uhd stream.

size_t channel[2] = { 0,1 };;
uhd_stream_args_t stream_args = {
cpu_format = "fc32",
otw_format = "sc16",
args = "",
channellist = channel,
n_channel = 1
};

You need "n_channel = 2" in the above.

_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to