mpy-repl-tool icon indicating copy to clipboard operation
mpy-repl-tool copied to clipboard

Yet an other tool to transfer files, execute files and so on via the Python prompt, used for MicroPython

Results 5 mpy-repl-tool issues
Sort by recently updated
recently updated
newest added

Love this tool, don't understand why more folf dont recommend it. Q. How can I put files in a directory that does not yet exist on the target?

When COM port number is a single digit it is currently not allowed to add a prefix-zero: - Does not work: `python -m there -pCOM08 ls` - Does work: `python...

``` /mnt/py$ touch x /mnt/py$ mv x y mv: cannot move 'x' to a subdirectory of itself, 'y' /mnt/py$ ``` results in: ``` Uncaught exception from FUSE operation rename, returning...

Hi there, I have successfully used there to connect to my Micropython board ( https://vgkits.org/blog/2018/05/08/introductory-video-tutorial/ ) but while I think it's doing everything correctly under the hood, I find that...