diff options
author | Damien George <damien.p.george@gmail.com> | 2015-01-06 16:09:49 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-01-06 16:09:49 +0000 |
commit | b27c9876eafc01befb159852e59fb09691e59dec (patch) | |
tree | 8b5d2355c28eb99010153876344fd52b52db0fc4 /docs/tutorial/repl.rst | |
parent | 343ca1e63ae90b13af8d0a71f6ed6fc5a6284e33 (diff) | |
download | micropython-b27c9876eafc01befb159852e59fb09691e59dec.tar.gz micropython-b27c9876eafc01befb159852e59fb09691e59dec.zip |
docs: For Windows USB CDC driver setup, add link to existing PDF guide.
Diffstat (limited to 'docs/tutorial/repl.rst')
-rw-r--r-- | docs/tutorial/repl.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tutorial/repl.rst b/docs/tutorial/repl.rst index 7874eeff2f..303f035f8d 100644 --- a/docs/tutorial/repl.rst +++ b/docs/tutorial/repl.rst @@ -23,6 +23,9 @@ then select the option to find the driver manually (don't use Windows auto updat navigate to the pyboard's USB drive, and select that. It should then install. After installing, go back to the Device Manager to find the installed pyboard, and see which COM port it is (eg COM4). +More comprehensive instructions can be found in the +`Guide for pyboard on Windows (PDF) <http://micropython.org/resources/Micro-Python-Windows-setup.pdf>`_. +Please consult this guide if you are having problems installing the driver. You now need to run your terminal program. You can use HyperTerminal if you have it installed, or download the free program PuTTY: |