switch-examples/usb
2020-01-14 23:25:42 +00:00
..
usb-comms usb/usb-comms: add example 2020-01-14 23:25:42 +00:00
usbhs usb/usbhs: Updated for using an actual mass-storage cmd and reading the reply, instead of just reading from an endpoint (which would hang). Various improvements + comments improvements. 2019-10-30 17:20:23 -04:00
README.md usb/usb-comms: add example 2020-01-14 23:25:42 +00:00

usb

See libnx usb_comms.h. If you want to use usbds directly, see libnx usb_comms.c source and usb.h/usbds.h.

For using USB devices, see the usbhs example.

For send and read data from USB interface on Switch, see the usb-comms example. You'll need to connect your Switch on computer and run the web application to run the example, to do it use the command python3 -m http.server 8000 --bind 127.0.0.1 on usb-comms folder.