Clear Filters
Clear Filters

Way to solve libuhd error message output with USRP B210

14 views (last 30 days)
When I try to run any Simulink model or script using my USRP B210 device, I got an error message of libuhd. What does that mean and how can I solve it? For better understanding please find attached screen shot of the error message. Any help would be appreciated greatly!

Answers (1)

Ankit Bhatnagar
Ankit Bhatnagar on 9 Feb 2017
In order to fix this UHD error, kindly update your UHD driver for the USRP hardware from the driver link:
Steps: -
1. Download the driver from above link for your win 32/64 bit. But, download the latest release VS2015 for your OS.
2. Open MATLAB and Connect your USRP hardware with PC.
3. Now install the UHD driver - After installation, close your matlab and remove USRP device.
4. Open MATLAB and connect USRP device with PC
5. Finally, run the findsdru in command window and make sure it's a success.
For more details, refer to the verifying the MATLAB connection to USRP doc link and also common problems and fixes:
  2 Comments
David Comer
David Comer on 31 Jan 2020
This did not work for me. After following the instructions, the following results from findsdru:
findsdru
Checking radio connections...
Win32; Microsoft Visual C++ version 14.1; Boost_106501; UHD_3.13.1.0-vendor
---------- see libuhd version information above this line ----------
---------- begin libuhd error output ----------
Device discovery error: receive_from: An existing connection was forcibly closed by the remote host
---------- end libuhd error output ----------
---------- begin libuhd error output ----------
Device discovery error: receive_from: An existing connection was forcibly closed by the remote host
---------- end libuhd error output ----------
---------- begin libuhd error output ----------
X300 Network discovery error receive_from: An existing connection was forcibly closed by the remote host
---------- end libuhd error output ----------
---------- begin libuhd error output ----------
Device discovery error: receive_from: An existing connection was forcibly closed by the remote host
---------- end libuhd error output ----------
Loading FPGA image: C:\ProgramData\MATLAB\SupportPackages\R2019b\3P.instrset\uhdimage.instrset\uhd-images_3.13.1.0\usrp_b210_fpga.bin...
---------- begin libuhd error output ----------
Device discovery error: receive_from: An existing connection was forcibly closed by the remote host
---------- end libuhd error output ----------
---------- begin libuhd error output ----------
Device discovery error: receive_from: An existing connection was forcibly closed by the remote host
---------- end libuhd error output ----------
---------- begin libuhd error output ----------
X300 Network discovery error receive_from: An existing connection was forcibly closed by the remote host
---------- end libuhd error output ----------
---------- begin libuhd error output ----------
Device discovery error: receive_from: An existing connection was forcibly closed by the remote host
---------- end libuhd error output ----------

Sign in to comment.

Categories

Find more on Communications Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!