Skip to content

toogooda/USB_Flash_Drive_Arduino_CH376

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USB Flash Drive Arduino

v3.0.0

This is an Arduino library for the serial USB CH376s

Any Arduino Serial port can be used in .begin statement

The module or IC is readiliy abvailable very cheap from China

Documentation

This is what I could find almost all is in chinese but managed to convert some to english.

IC or Module

Offical Website Requires Translation

Official documentation download

Chinese Programing Maunual translated to English

In V2.0.0 you...

  • Can rename a file.

  • Can change/set/read File Create Date.

  • Can change/set/read File Modifed Date.

  • Can read from any starting point in a file and return x characters.

  • Can dump entire file contents to indicated Serial Port.

  • Also fixes a bug in V1.0.0 that would write to the file incorrectly after 512 characters had been sent.

In V3.0.0 thre plan is to add the following

  • Create Folder

  • Rename Folder

  • Delete Folder

  • Copy File

  • Move File

  • Moved Hex commands to definitions for easy reading

  • User friendly example

About

Easy Arduino library to use USB drives for file storage etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%