Re: [USRP-users] UHD Python API on windows

2019-08-23 Thread Sam Reiter via USRP-users
Hey Kevin, Not sure if this is still on your radar, but the binary packages for Windows should always install Python headers [1]. Would you be able to provide some more detail regarding what you're struggling with? [1] https://files.ettus.com/manual/page_python.html - Sam On Fri, Aug 16, 2019 a

Re: [USRP-users] [UHD] 3.14.1.0 Release Announcement

2019-08-23 Thread Michael West via USRP-users
Hi Matthias, The new B200 bootloader helps with failures to enumerate the device when it is plugged in before the host is booted. This only happens with some USB controllers. Loading the bootloader can be done by running: b2xx_fx3_utils --load-bootloader The bootloader file has been added to

Re: [USRP-users] Packet drop during frequency hopping observed with B210

2019-08-23 Thread Marcus D. Leech via USRP-users
On 08/23/2019 12:39 AM, kailash kumar wrote: Hi Marcus, Please find below code for reference. I have removed few sync primates for readability. // Receive callback for loopback mode void receive_cb(unsigned char *_payload, unsigned int len) { recvBytes += len; } // Periodic Timer - 1 sec s