Revision 543a6364 host/docs/usrp1.rst

b/host/docs/usrp1.rst
95 95

  
96 96
    B:B
97 97

  
98

  
99
------------------------------------------------------------------------
100
Change USB transfer parameters
101
------------------------------------------------------------------------
102
The advanced user may manipulate parameters of the usb bulk transfers
103
for various reasons, such as lowering latency or increasing buffer size.
104
By default, the UHD will use values for these parameters
105
that are known to perform well on a variety of systems.
106

  
107
The following device address can be used to manipulate USB bulk transfers:
108

  
109
* **recv_xfer_size:** the size of each receive bulk transfer in bytes
110
* **recv_num_xfers:** the number of simultaneous receive bulk transfers
111
* **send_xfer_size:** the size of each send bulk transfer in bytes
112
* **send_num_xfers:** the number of simultaneous send bulk transfers
113

  
114
Example, set the args string to the following:
115
::
116

  
117
    serial=12345678, recv_num_xfers=16
118

  
98 119
------------------------------------------------------------------------
99 120
OS Specific Notes
100 121
------------------------------------------------------------------------
......
113 134
    sudo mv tmpfile /etc/udev/rules.d/10-usrp.rules
114 135
    sudo udevadm control --reload-rules
115 136

  
137
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
138
Install libusb driver on Windows
139
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
140
On Windows, a driver must be installed the first time the USRP1 is attached to the host computer.
141
A download link for this driver can be found on the Ettus Research UHD wiki page.
142
Download and unpack the driver, and direct the Windows driver install wizard to the *.inf file.

Also available in: Unified diff