Modifications

Sauter à la navigation Sauter à la recherche
148 octets ajoutés ,  16 décembre 2017 à 22:19
Ligne 59 : Ligne 59 :  
{{ADFImage|FEATHER-M0-MicroPython-REPL-06.png|480px}}
 
{{ADFImage|FEATHER-M0-MicroPython-REPL-06.png|480px}}
   −
== Using the REPL ==
+
== Utiliser REPL ==
After you're connected to the serial REPL try pressing enter to confirm you see the '''>>>''' prompt.  You can also type '''help()''' and press enter on most boards to see basic usage information.
+
Une fois connecté en REPL série essayez de presser le retour clavier pour afficher l'invite de commande '''>>>''' s'il n'est pas encore visible.  vous pouvez saisir '''help()''' (suite d'un retour clavier) pour voir les informations d'usage sur la carte.
    
{{ADFImage|FEATHER-M0-MicroPython-REPL-07.png|480px}}
 
{{ADFImage|FEATHER-M0-MicroPython-REPL-07.png|480px}}
   −
If you can't get a '''>>>''' prompt to appear try pressing '''Ctrl-c''' a couple times to interrupt any running program on the board.
+
Si vous ne voyez pas d'invite '''>>>''' essayez de presser '''Ctrl-c''' une ou plusieur fois pour interrompre le programme en cours d'exécution sur la carte.
   −
You might get a '''Traceback''' and '''KeyboardInterrupt''' that lets you know the current Python program has stopped, and you'll get a prompt:
+
Vous alors obtenir un '''Traceback''' ou'''KeyboardInterrupt''' qui vous informe que le programme Python actuel est arrêté, et vous obtiendrez une invitation:
    
{{ADFImage|FEATHER-M0-MicroPython-REPL-08.png|480px}}
 
{{ADFImage|FEATHER-M0-MicroPython-REPL-08.png|480px}}
   −
That's all there is to connecting to the board's serial REPL, you're ready to start typing in and running CircuitPython code!
+
Voilà, c'est tout ce qu'il y a à savoir pour établir une connexion REPL. Vous êtes prêt à saisir vos instructions MicroPython et exécuter vos programmes CircuitPython!
 
      
{{FEATHER-M0-EXPRESS-TRAILER}}
 
{{FEATHER-M0-EXPRESS-TRAILER}}
29 917

modifications

Menu de navigation