diff options
author | Damien George <damien.p.george@gmail.com> | 2017-02-07 16:58:43 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-02-07 16:58:43 +1100 |
commit | 3217bbe4910416b9084691ea5ff1ec1530e15ee4 (patch) | |
tree | 5df9f8b5b5bd04e3df8cc60acb769b28cb21be4d /docs/esp8266/tutorial | |
parent | 9779c99317f229435c07f11fd18223956de77b41 (diff) | |
download | micropython-3217bbe4910416b9084691ea5ff1ec1530e15ee4.tar.gz micropython-3217bbe4910416b9084691ea5ff1ec1530e15ee4.zip |
docs/esp8266/tutorial: Specify the baudrate in picocom example command.
Diffstat (limited to 'docs/esp8266/tutorial')
-rw-r--r-- | docs/esp8266/tutorial/repl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp8266/tutorial/repl.rst b/docs/esp8266/tutorial/repl.rst index 1922da128d..21e889c9a8 100644 --- a/docs/esp8266/tutorial/repl.rst +++ b/docs/esp8266/tutorial/repl.rst @@ -24,7 +24,7 @@ terminal programs that will work, so pick your favourite! For example, on Linux you can try running:: - picocom /dev/ttyUSB0 + picocom /dev/ttyUSB0 -b115200 Once you have made the connection over the serial port you can test if it is working by hitting enter a few times. You should see the Python REPL prompt, |