Modifications

Sauter à la navigation Sauter à la recherche
168 octets ajoutés ,  24 juillet 2013 à 19:04
Ligne 21 : Ligne 21 :     
== Configurer l'adaptateur USB ==
 
== Configurer l'adaptateur USB ==
Once you plug the USB cable into the Pi, the adapter should show up as /dev/ttyUSB0 (though the '0' may be different if you have other ttyUSB adapters present).
+
Une fois que vous avez branché le câble USB sur votre Pi, l'adaptateur devrait se présenter comme /dev/ttyUSB0 (cependant, le '0' pourait être différent si vous d'autres adaptateur ttyUSB sont présent).
   −
You can see a list of all ttyUSB devices by entering the following into the console (I'm using the 'terminal' feature in Adafruit's browser-based WebIDE here for convenience sake!):  
+
Vous pouvez lister tous les périphériques ttyUSB en entrant la commande suivante dans la console/terminal (par soucis de commodité, nous utilisons ici la fonctionnalité 'terminal' dans l'éditeur webIde d'Adafruit!):  
    
  <nowiki>ls /dev/ttyUSB*</nowiki>
 
  <nowiki>ls /dev/ttyUSB*</nowiki>
Ligne 29 : Ligne 29 :  
[[Fichier:RASP-GPS-ULTIME-Brancher-10.png]]
 
[[Fichier:RASP-GPS-ULTIME-Brancher-10.png]]
   −
If you have any problems, you can enter the following command to see the USB devices on your Pi:  
+
Si vous avez quelques problèmes, vous pouvez entrer la commande suivante pour voir les périphériques USB de votre Pi:  
    
  <nowiki>sudo lsusb</nowiki>
 
  <nowiki>sudo lsusb</nowiki>
   −
Which should show you the USB adapter (Prolific PL2303), as follows:  
+
Ce qui devrait montrer un adaptateur USB (Prolific PL2303), comme suit:  
    
[[Fichier:RASP-GPS-ULTIME-Brancher-11.png]]
 
[[Fichier:RASP-GPS-ULTIME-Brancher-11.png]]
   −
If you just want to do a quick check to see what data is coming out of the GPS, you can enter the following command, following by CTRL+ to quit:  
+
Si vous voulez faire une vérification rapide de ce qui sort du module GPS, vous pouvez utiliser la commande [http://www.commandeslinux.fr/commande-cat/ cat] suivante et utiliser CTRL+ pour quitter:  
    
  <nowiki>sudo cat /dev/ttyUSB0</nowiki>
 
  <nowiki>sudo cat /dev/ttyUSB0</nowiki>
29 879

modifications

Menu de navigation