[USRP-users] How to suppress the overflow indicator "O"

2020-07-21 Thread Mikio Fukushima via USRP-users
Hi, UHD device driver prints the indicator "O" while overflow to stdout. How to supress this printing of the indicator? Mikio Fukushima ___ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.

Re: [USRP-users] How to suppress the overflow indicator "O"

2020-07-22 Thread Mikio Fukushima via USRP-users
n C: > setenv("UHD_LOG_FASTPATH_DISABLE", "1", 0); > > Regards, > Xavier > > On Wed, 22 Jul 2020 at 05:38, Mikio Fukushima via USRP-users < > usrp-users@lists.ettus.com> wrote: > >> Hi, >> UHD device driver prints the indicator &

Re: [USRP-users] How to suppress the overflow indicator "O"

2020-07-28 Thread Mikio Fukushima via USRP-users
Hi Xavier, I could suppress the message of overflow "O" after set UHD_LOG_FASTPATH_DISABLE enviroment variable. but I could not supress the message on your way. - OK $ export UHD_LOG_FASTPATH_DISABLE=1 $ ./rx_samples_to_file --rate 100e6 - NG setenv in source code setenv("UHD_LOG_FASTPATH_DISABL

[USRP-users] USRP Compatible hardware

2020-09-29 Thread Mikio Fukushima via USRP-users
Hi. Do you know the USRP Compatible hardwares as USRP-LW X310, USRP-LW B205mini and others by Luowave Electronics in China. It seems to be an unlicensed hardware by Ettus Research. isn't it? Luo wave https://www.luowave.com/en/ Luo wave store https://www.aliexpress.com/store/4998166 Mikio __

[USRP-users] How can I get an error by send method?

2020-11-17 Thread Mikio Fukushima via USRP-users
Hi. rx_stream->recv method returns an error code. but tx_stream->send method doesn't return an error code. I want to detect an underflow. How can I get an error code by send method? Regards, Mikio Fukushima ___ USRP-users mailing list USRP-users@lists.

Re: [USRP-users] How can I get an error by send method?

2020-11-17 Thread Mikio Fukushima via USRP-users
Nov 17, 2020 at 2:12 AM Mikio Fukushima via USRP-users < > usrp-users@lists.ettus.com> wrote: > >> Hi. >> >> rx_stream->recv method returns an error code. but tx_stream->send method >> doesn't return an error code. >> I want to detect an underflow.

[USRP-users] Can I detect a wiretype of USB device?

2020-11-30 Thread Mikio Fukushima via USRP-users
Hi, I use a B200 and B200mini. Often they are connected under USB 2.0 ports, it will cause some problems. Can I detect a wire type of USB device by UHD API? Mikio ___ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/list

Re: [USRP-users] Can I detect a wiretype of USB device?

2020-12-02 Thread Mikio Fukushima via USRP-users
Hi Marcus, Thank you for your mail. I done based on your information as follows. >> code here << uhd::usrp::multi_usrp::sptr usrp = uhd::usrp::multi_usrp::make(args); string devicename = usrp->get_device()->get_tree()->access("/mboards/0/name").get(); double maxrate = usrp->get_device()->get_tr

Re: [USRP-users] Can I detect a wiretype of USB device?

2020-12-06 Thread Mikio Fukushima via USRP-users
so run "lsusb -v -d2500:" (2500 for Ettus) and inspect the > "bcdUSB" line. > > Regards, > > Gilad Beeri > CTO, ApolloShield Anti-Drone Systems > www.apolloshield.com > gi...@apolloshield.com > > ᐧ > > On Wed, Dec 2, 2020 at 11:16 AM Mikio

Re: [USRP-users] Starting from Scratch with a E310

2019-09-01 Thread Mikio Fukushima via USRP-users
Hi Jeff AN-311 is now expired. New documentation is this. https://kb.ettus.com/Software_Development_on_the_E3xx_USRP_-_Building_RFNoC_UHD_/_GNU_Radio_/_gr-ettus_from_Source Regards, Mikio 2019年9月1日(日) 23:22 Jeff S via USRP-users : > Has anyone recently started from scratch trying to install th