Modifications

Sauter à la navigation Sauter à la recherche
aucun résumé de modification
Ligne 2 : Ligne 2 :     
{{traduction}}
 
{{traduction}}
For most MicroPython boards you can access the MicroPython REPL (read-evaluate-print loop) over their USB serial connections. Be sure to first follow any instructions and install drivers specific to your board to ensure you can access the USB serial connection:
+
Sur la plupart des cartes MicroPython, il est possible d'accéder au REPL MicroPython (REPL = read-evaluate-print-loop, boucle de lecture-évalutation-affichage) via leur connexion USB série. Assurez-vous simplement d'avoir suivit les instructions permettant d'installer le pilote spécifique pour la carte MicroPython sur votre système d'exploitation. Ce pilote prend en charge le périphérique/connexion USB série:
   −
* [https://wiki.mchobby.be/index.php?title=MicroPython-Hack-REPL#Sous_Windows pyboard needs drivers to be installed on Windows]
+
* [https://wiki.mchobby.be/index.php?title=MicroPython-Hack-REPL#Sous_Windows PyBoard nécessite l'installation d'un pilote sur Windows]
* [https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx Feather HUZZAH ESP8266 needs drivers to be installed on Mac OSX or Windows]
+
* [https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx Feather HUZZAH ESP8266 nécessite l'installation d'un pilote sur Mac OSX et Windows]
* [https://wiki.mchobby.be/index.php?title=FEATHER-CHARGER-MICROPYTHON-MICROBIT BBC micro:bit needs drivers to be installed on Windows] (''en bas de page'').
+
* [https://wiki.mchobby.be/index.php?title=FEATHER-CHARGER-MICROPYTHON-MICROBIT BBC micro:bit nécessite l'installation d'un pilote sur Windows] (''en bas de page'').
   −
Note the WiPy board REPL is only accessible over its wireless interface with telnet. Follow the WiPy instructions for connecting to the telnet REPL instead of the steps below for accessing with a serial terminal.
+
{{ambox|text=Les amateurs Linux apprendrons avec joie que les périphériques usb-série sont supportés sans installation de pilote :-) }}
 +
{{ambox|text=Le REPL sur les cartes WiPy est uniquement accessible par telnet via son interface WiFi. Suivez les instructions WiPy pour vous connecter en REPL (à la place des informations suivantes qui, elles, se concentre sur la connexion USB-Série}}
 +
 
 +
{{traduction}}
    
Determine the name of the serial port for your board.  It's easiest to look at the serial ports with the board disconnected
 
Determine the name of the serial port for your board.  It's easiest to look at the serial ports with the board disconnected
29 917

modifications

Menu de navigation