Hello,
I’m trying to command my usrp B200mini via its command port. I used the
documentation from here:
https://www.gnuradio.org/doc/doxygen/page_uhd.html
here is my command:
pmt::pmt_t command = pmt::make_dict();
command = pmt::dict_add(command, pmt::mp("gain"), pmt::mp(gain));
arcus Müller
Envoyé le :Wednesday, December 5, 2018 11:30
À : samuel verdon; usrp-users@lists.ettus.com
Objet :Re: [USRP-users] Segmentation fault commands to USRP with gnuradio
Hi Samuel,
luckily, these days, segfaults are rather rare in stock GNU Radio, and
UHD.
Can you share your exact flow
Hello,
I would like to redirect the log info from UHD to sdtout. I am trying to
redirect all info from my console to an app.
if it is not possible I would like to disable them as they do not appear in
the console.
I have found that you disable it from the environment var, but I have no
idea how to