Page 1 of 1

Is there any lib usb cdc msc

Posted: Wed Mar 08, 2023 7:53 am
by skylin008
I had a black pill and want to storage the sensor files to sd card for files, how to get the file form usb port?Thanks!

Re: Is there any lib usb cdc msc

Posted: Wed Mar 08, 2023 9:03 am
by ag123
Serial.print() and write a little program to save it from the host/pc side

e.g.
https://github.com/ecm-bitflipper/Arduino_ZModem

Re: Is there any lib usb cdc msc

Posted: Wed Mar 08, 2023 9:23 am
by skylin008
Thanks @ag123 , I want to get file style of USB mass storage.