aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/transport.rst
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2012-12-18 15:47:17 -0800
committerNicholas Corgan <nick.corgan@ettus.com>2012-12-18 15:49:13 -0800
commit2acddaccbde707afe8c28f183bb4418947384786 (patch)
tree7d1390a5a72fec7793bec7c5a12b0b5873de4cbc /host/docs/transport.rst
parent9761065040e56e43a05b69e5e41ca66e4175ee8d (diff)
downloaduhd-2acddaccbde707afe8c28f183bb4418947384786.tar.gz
uhd-2acddaccbde707afe8c28f183bb4418947384786.tar.bz2
uhd-2acddaccbde707afe8c28f183bb4418947384786.zip
docs: UHD/USRP rephrasing
Diffstat (limited to 'host/docs/transport.rst')
-rw-r--r--host/docs/transport.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/docs/transport.rst b/host/docs/transport.rst
index 2e39e75d1..db89c8db9 100644
--- a/host/docs/transport.rst
+++ b/host/docs/transport.rst
@@ -14,7 +14,7 @@ These optional parameters control how the transport object allocates memory,
resizes kernel buffers, spawns threads, etc.
When not spcified, the transport layer will use values for these parameters
that are known to perform well on a variety of systems.
-The transport parameters are defined below for the various transports in the UHD:
+The transport parameters are defined below for the various transports in the UHD software:
------------------------------------------------------------------------
UDP Transport (Sockets)
@@ -154,11 +154,11 @@ so that non-root users may access the device:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Install USB driver (Windows)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-A driver package must be installed to use a USB-based product with UHD:
+A driver package must be installed to use a USB-based product with UHD software:
* Download the driver from the UHD wiki page `here <http://files.ettus.com/binaries/misc/erllc_uhd_winusb_driver.zip>`_.
* Unzip the file into a known location. We will refer to this as the **<directory>**.
-* Open the device manager and plug in the USRP. You will see an unrecognized USB device in the device manager.
+* Open the device manager and plug in the USRP device. You will see an unrecognized USB device in the device manager.
* Right click on the unrecognized USB device and select update/install driver software (may vary for your OS).
* In the driver installation wizard, select "browse for driver", browse to the **<directory>**, and select the **.inf** file.
* Continue through the installation wizard until the driver is installed.