arduino-libraries / USBHost

USB Host Library for Arduino
http://arduino.cc/
114 stars 95 forks source link

No USB Host examples that read/write to USB Mass Storage device #18

Open zrecore opened 6 years ago

zrecore commented 6 years ago

The Arduino Zero has USB Host capabilities. (I don't mean having an Arduino Zero act like a USB mass storage device.)

There is currently no example that shows users how to read/write a USB Mass storage device that is connected to the Native USB port of, say, an Arduino Zero.

MisterAwesome23 commented 4 years ago

Hey @zrecore :) Do you mean something similar to- https://arduinobasics.blogspot.com/2015/05/ch376s-usb-readwrite-module.html

The above mentioned example uses an external "CH376S USB Read Write Module" on an Arduino UNO. Did you mean the same but using the native port of an Arduino Zero?