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

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

2020-07-22 Thread Mikio Fukushima via USRP-users
Hi Xavier, Thank you for your advice. I will try it next Monday and let you know. Regards, Mikio 2020年7月22日(水) 15:51 Xavier Arteaga : > Hi Mikio, > You can disable the fastpath logging in runtime by setting the environment > variable UHD_LOG_FASTPATH_DISABLE to 1: > > Example in C: > setenv("U

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

2020-07-21 Thread Xavier Arteaga via USRP-users
Hi Mikio, You can disable the fastpath logging in runtime by setting the environment variable UHD_LOG_FASTPATH_DISABLE to 1: Example in 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> wrot