Is there any lib usb cdc msc

Post here all questions related to STM32 core if you can't find a relevant section!
Post Reply
skylin008
Posts: 5
Joined: Sun Feb 05, 2023 12:35 pm

Is there any lib usb cdc msc

Post 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!
by ag123 » Wed Mar 08, 2023 9:03 am
Serial.print() and write a little program to save it from the host/pc side

e.g.
https://github.com/ecm-bitflipper/Arduino_ZModem
Go to full post
ag123
Posts: 1655
Joined: Thu Dec 19, 2019 5:30 am
Answers: 24

Re: Is there any lib usb cdc msc

Post 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
skylin008
Posts: 5
Joined: Sun Feb 05, 2023 12:35 pm

Re: Is there any lib usb cdc msc

Post by skylin008 »

Thanks @ag123 , I want to get file style of USB mass storage.
Post Reply

Return to “General discussion”