Skip to content

A simple tool to upload any file (text and binary files) in micropython's filesystem.

License

Notifications You must be signed in to change notification settings

arevir26/MicroPython-File-Uploader-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MicroPython-File-Uploader-Script

A simple tool to upload any file (text and binary files) in micropython's filesystem.

Usage:

micropythonuploader.py <port> <file>

Example:
  • micropythonuploader.py "com9" "icon.ico"
  • micropythonuploader.py "com2" "main.py"

More Info:

It uses the default baudrate of 115200

About

A simple tool to upload any file (text and binary files) in micropython's filesystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages