1uhd_usrp_probe(1) User Commands uhd_usrp_probe(1)
2
3
4
6 uhd_usrp_probe - USRP Hardware Driver Peripheral Report Utility
7
9 Report detailed information on UHD-supported Software Radio Peripherals
10 attached by USB, network, or embedded configuration.
11
12 The UHD package is the universal hardware driver for Ettus Research
13 products. The goal is to provide a host driver and API for current and
14 future Ettus Research products. Users will be able to use the UHD
15 driver standalone or with 3rd party applications.
16
17 Details include unit names, revision numbers, and available sensors on
18 all attached USRP motherboards and daughterboards.
19
21 uhd_usrp_probe [OPTIONS]
22
24 Device Address Arguments:
25 --args arg
26
27 Print a complete property tree:
28 --tree
29
30 Query a string value from the properties tree:
31 --string arg
32
33 Print the version string and exit:
34 --version
35
36 This help information:
37 --help
38
40 Devices are addressed through key/value string pairs. These string
41 pairs can be used to narrow down the search for a specific device or
42 group of devices. Most UHD utility applications and examples have a
43 --args parameter that takes a device address, where the device address
44 is expressed as a delimited string. See the documentation in
45 types/device_addr.hpp for reference.
46
47 Every device has several ways of identifying it on the host system.
48
49 Identifying by hardware identifier
50 All USRP devices can be found through their hardware series identifier,
51 which match to USRP devices as follows:
52
53 Argument | Device
54
55 type=usrp1 | USRP1
56
57 type=usrp2 | USRP2, USRP N200, USRP N210
58
59 type=b100 | USRP B100
60
61 type=b200 | USRP B200, USRP B210
62
63 type=e3x0 | USRP E310
64
65 type=x300 | USRP X300, USRP X310
66
67
68
69 Identifying by serial number
70 All USRP devices are given a unique serial number, which can be used to
71 identify a device as follows:
72
73 serial=12345678
74
75
76 Identifying by IP address
77 USRP2, USRP N200, USRP N210, USRP X300, and USRP X310 devices connected
78 to the host machine can all be found through their IP addresses, as
79 follows:
80
81 addr=192.168.10.2
82
83
84 Identifying by name
85 Users have the option of giving their USRP devices short names using
86 the usrp_burn_mb_eeprom utility in lib/uhd/utils. Devices that have
87 been given a name can be identified as follows:
88
89 name=foo
90
91
93 Device discovery via command line
94 Device address arguments can be supplied to narrow the scope of the
95 search.
96
97 uhd_usrp_probe --args="type=usrp1"
98
99 -- OR --
100
101 uhd_usrp_probe --args="serial=12345678"
102
103 Find all devices available to this system:
104 uhd_usrp_probe
105
107 UHD documentation: http://files.ettus.com/manual/
108
109 GR-UHD documentation: http://gnuradio.org/doc/doxygen/page_uhd.html
110
111 Other UHD programs:
112
113 uhd_find_devices(1)
114
116 This manual page was written by Maitland Bottoms and Nicholas Corgan
117 for the Debian project (but may be used by others).
118
120 Copyright (c) 2010 Ettus Research LLC
121
122 This program is free software: you can redistribute it and/or modify it
123 under the terms of the GNU General Public License as published by the
124 Free Software Foundation, either version 3 of the License, or (at your
125 option) any later version.
126
127 This program is distributed in the hope that it will be useful, but
128 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
129 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
130 Public License for more details.
131
132
133
134UHD 3.7.0 uhd_usrp_probe(1)