@@ -18,9 +18,9 @@ the REPL directly from your PC. Otherwise you will need to have a way of
18
18
communicating with the UART.
19
19
20
20
To access the prompt over USB-serial you need to use a terminal emulator program.
21
- On Windows TeraTerm is a good choice, on Mac you can use the built-in screen
22
- program, and Linux has picocom and minicom. Of course, there are many other
23
- terminal programs that will work, so pick your favourite!
21
+ On Windows TeraTerm is a good choice, on Mac you can use the built-in `` screen ``
22
+ program, and Linux has `` picocom `` and `` minicom `` . Of course, there are many
23
+ other terminal programs that will work, so pick your favourite!
24
24
25
25
For example, on Linux you can try running::
26
26
@@ -37,9 +37,9 @@ WebREPL allows you to use the Python prompt over WiFi, connecting through a
37
37
browser. The latest versions of Firefox and Chrome are supported.
38
38
39
39
For your convenience, WebREPL client is hosted at
40
- `<http://micropython.org/webrepl >`__ . Alternatively, you can install it
40
+ `<http://micropython.org/webrepl >`__. Alternatively, you can install it
41
41
locally from the the GitHub repository
42
- `<https://github.com/micropython/webrepl >`__ .
42
+ `<https://github.com/micropython/webrepl >`__.
43
43
44
44
Before connecting to WebREPL, you should set a password and enable it via
45
45
a normal serial connection. Initial versions of MicroPython for ESP8266
0 commit comments