Skip to content

Commit

Permalink
docs: Add reference to microREPL in REPL page (#785)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Pereira Atencio <[email protected]>
  • Loading branch information
rhubarbdog and microbit-carlos authored Nov 11, 2022
1 parent 58405de commit 3dfe51f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/devguide/repl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Using a serial communication program
The `Mu Editor <https://codewith.mu/en/tutorials/1.1/repl>`_ has built-in
support for REPL and even includes a real-time data plotter.

`microREPL <https://github.com/ntoll/microrepl>`_ is an easy to use python
serial terminal that detects and connects to the micro:bit automatically.
To exit microREPL press ``CTRL`` + ``]`` on your keyboard.

Some other common options are `picocom` and `screen`. You will need to install
a program and read the appropriate documentation to understand the basics of
connecting to a device.
Expand Down

0 comments on commit 3dfe51f

Please sign in to comment.