I need to exchange data between nrf52840 and Linux PC. I see example project in nrf5SDK/examples/peripheral/usbd
Can anybody advise any example project for Linux C/C++ to communicate to nrf soc via USB in user mode? maybe by use of libusb
I need to exchange data between nrf52840 and Linux PC. I see example project in nrf5SDK/examples/peripheral/usbd
Can anybody advise any example project for Linux C/C++ to communicate to nrf soc via USB in user mode? maybe by use of libusb
Hi,
We don't have any libusb examples, but maybe the examples found at the libusb repo can helpful: https://github.com/libusb/libusb/tree/master/examples. But we have some javascript implementation code that is based on libusb here and here.
Hi,
We don't have any libusb examples, but maybe the examples found at the libusb repo can helpful: https://github.com/libusb/libusb/tree/master/examples. But we have some javascript implementation code that is based on libusb here and here.