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
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
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