micropython-mpremote

Tool for interacting remotely with MicroPython on a microcontroller
  https://github.com/micropython/micropython
  0
  no reviews



The mpremote tool provides a set of commands for interacting with a microcontroller board running MicroPython over a serial connection. It includes the ability to run local scripts on the board, perform a variety of filesystem tasks (cat, ls, cp, rm, mkdir, rmdir), mount a local directory on the remote board, and execute an interactive REPL on the board.