Dear Nordic,
I am trying to create a simple interface between my PC with Windows and using PyUSB (since it is a simple wrapper, using libUSB as backend) and the nRF52840 DK.
The idea is to use the communicacion much a faster version of a Serial, since Serial goes top 1 Mbps and an ISO endpoint more than 8 Mbps.
So far I have not been able to establish the connection. I can detect the nrf52 board as an USB device and read its descriptors, but I cannot read or write any endpoints. Do I need any special permissions to access the board? Also, which of the examples would be the easiest to establish a super trivial communication with the PC? Unfortunately there are no examples featuring an isochronous transfer.
Bests,
Fran89