Some python scripts written for use with Canvas Firmware
require several other python files as dependencies. Rather than load one python
script at a time there is a file_uploader.py script developed for just this
purpose. Refer to the Canvas_Software_Suite_Tools at the following Ezurio Git
repository.
Canvas_Software_Suite_Tools
Type python file_uploader.py -h. This will provide available
command options one of which allows the user to select the REPL port the device
is plugged into. A single file can be loaded with this tool or several files contained
in a directory can be loaded.
python file_uploader.py -h
usage: File Uploader [-h] [-d] -u UPLOAD [-r REPL]
Tool to upload files onto a MicroPython board.
options:
-h, --help show this help message and exit
-d, --debug Enable verbose debug messages
-u UPLOAD, --upload
UPLOAD
upload a file or all files in directory
-r REPL, --repl
REPL The REPL com port to use for file
upload