Modifications

Sauter à la navigation Sauter à la recherche
22 octets ajoutés ,  16 février 2015 à 12:17
Ligne 8 : Ligne 8 :     
=== Sous Windows ===
 
=== Sous Windows ===
You need to install the pyboard driver to use the serial USB device. The driver is on the pyboard’s USB flash drive, and is called {{fname|pybcdc.inf}}.
+
{{bloc-etroit|text=You need to install the pyboard driver to use the serial USB device. The driver is on the pyboard’s USB flash drive, and is called {{fname|pybcdc.inf}}.
    
To install this driver you need to go to Device Manager for your computer, find the pyboard in the list of devices (it should have a warning sign next to it because it’s not working yet), right click on the pyboard device, select Properties, then Install Driver. You need to then select the option to find the driver manually (don’t use Windows auto update), 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 [http://micropython.org/resources/Micro-Python-Windows-setup.pdf Guide for pyboard on Windows] (Guide d'utilisation Micro Python sous Windows, ''PDF, Anglais''). Please consult this guide if you are having problems installing the driver.
 
To install this driver you need to go to Device Manager for your computer, find the pyboard in the list of devices (it should have a warning sign next to it because it’s not working yet), right click on the pyboard device, select Properties, then Install Driver. You need to then select the option to find the driver manually (don’t use Windows auto update), 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 [http://micropython.org/resources/Micro-Python-Windows-setup.pdf Guide for pyboard on Windows] (Guide d'utilisation Micro Python sous Windows, ''PDF, Anglais''). 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: [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html putty.exe]. Using your serial program you must connect to the COM port that you found in the previous step. With PuTTY, click on “Session” in the left-hand panel, then click the “Serial” radio button on the right, then enter you COM port (eg COM4) in the “Serial Line” box. Finally, click the “Open” button.
 
You now need to run your terminal program. You can use HyperTerminal if you have it installed, or download the free program PuTTY: [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html putty.exe]. Using your serial program you must connect to the COM port that you found in the previous step. With PuTTY, click on “Session” in the left-hand panel, then click the “Serial” radio button on the right, then enter you COM port (eg COM4) in the “Serial Line” box. Finally, click the “Open” button.
 +
}}
    
=== Sous MAC OS X ===
 
=== Sous MAC OS X ===
29 917

modifications

Menu de navigation