WICG / webusb

Connecting hardware to the web.
https://wicg.github.io/webusb/
Other
1.3k stars 127 forks source link

Add an example of configuring and receiving data from a device #95

Closed reillyeon closed 6 years ago

reillyeon commented 7 years ago

This new example covers opening, configuring and receiving data from a device. In the process I have improved the clarity of the algorithm for performing control, interrupt and bulk IN transfers.

Issue #89.