We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58405de commit 3dfe51fCopy full SHA for 3dfe51f
docs/devguide/repl.rst
@@ -34,6 +34,10 @@ Using a serial communication program
34
The `Mu Editor <https://codewith.mu/en/tutorials/1.1/repl>`_ has built-in
35
support for REPL and even includes a real-time data plotter.
36
37
+`microREPL <https://github.com/ntoll/microrepl>`_ is an easy to use python
38
+serial terminal that detects and connects to the micro:bit automatically.
39
+To exit microREPL press ``CTRL`` + ``]`` on your keyboard.
40
+
41
Some other common options are `picocom` and `screen`. You will need to install
42
a program and read the appropriate documentation to understand the basics of
43
connecting to a device.
0 commit comments