@@ -22,23 +22,9 @@ reset.
2222Windows
2323-------
2424
25- You need to install the pyboard driver to use the serial USB device.
26- The driver is on the pyboard's USB flash drive, and is called ``pybcdc.inf ``.
27-
28- To install this driver you need to go to Device Manager
29- for your computer, find the pyboard in the list of devices (it should have
30- a warning sign next to it because it's not working yet), right click on
31- the pyboard device, select Properties, then Install Driver. You need to
32- then select the option to find the driver manually (don't use Windows auto update),
33- navigate to the pyboard's USB drive, and select that. It should then install.
34- After installing, go back to the Device Manager to find the installed pyboard,
35- and see which COM port it is (eg COM4).
36- More comprehensive instructions can be found in the
37- `Guide for pyboard on Windows (PDF) <http://micropython.org/resources/Micro-Python-Windows-setup.pdf >`_.
38- Please consult this guide if you are having problems installing the driver.
39-
40- The best option is to download the free program PuTTY:
41- `putty.exe <http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html >`_.
25+ First you need to install the FTDI drivers for the expansion board's USB to serial
26+ converter. Then you need a terminal software. The best option is to download the
27+ free program PuTTY: `putty.exe <http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html >`_.
4228
4329**In order to get to the telnet REPL: **
4430
0 commit comments