Modifications

Sauter à la navigation Sauter à la recherche
72 octets ajoutés ,  26 février 2017 à 10:17
aucun résumé de modification
Ligne 28 : Ligne 28 :  
** Afin de rendre l'utilisation du FT232H plus simple, la bibliothèque Python GPIO d'Adafruit à été mise-à-jour pour inclure une interface permettant d'accéder simplement aux GPIO, bus SPI, et bus I2C du FT232H. En utilisant cette bibliothèque, vous pouvez contrôler les broches GPIO pour envoyer ou recevoir des commandes SPI ou I2C de façon similaire à ce que vous faites déjà avec votre Raspberry Pi ou BeagleBone Black. Cette bibliothèque est basée sur libFTDI et supporte Windows, Mac OSX et les plateformes Linux.
 
** Afin de rendre l'utilisation du FT232H plus simple, la bibliothèque Python GPIO d'Adafruit à été mise-à-jour pour inclure une interface permettant d'accéder simplement aux GPIO, bus SPI, et bus I2C du FT232H. En utilisant cette bibliothèque, vous pouvez contrôler les broches GPIO pour envoyer ou recevoir des commandes SPI ou I2C de façon similaire à ce que vous faites déjà avec votre Raspberry Pi ou BeagleBone Black. Cette bibliothèque est basée sur libFTDI et supporte Windows, Mac OSX et les plateformes Linux.
   −
{{traduction}}
+
Dans ce guide, nous allons voir comment configurer et utiliser [https://github.com/adafruit/Adafruit_Python_GPIO la bibliothèque Adafruit Python GPIO] pour accéder aux GPIO, us I2C, bus SPI du FT232H en utilisant le mode MPSSE de la carte.  Vous pouvez écrire des programmes Python qui contrôle les broches du GPIO et envoi/reçoit des commandes sur le bus I2C/SPI directement depuis votre ordinateur en utilisant le breakout FT232H.
   −
In this guide I'll show you how to setup and use the [https://github.com/adafruit/Adafruit_Python_GPIO Adafruit Python GPIO library] to access GPIO, SPI, and I2C devices using the FT232H board's MPSSE component.  You can write Python programs to control GPIO pins and send/receive SPI & I2C commands directly from your computer using the FT232H breakout.
+
{{ambox|text=Une chose importante à noter: '''le bus série du FT232H est désactivé en mode MPSSE'''. Cela signifie que vous ne pouvez pas utiliser en même temps l'UART (port série) et le mode MPSSE (GPIO, SPI, I2C,). }}
   −
One thing to note, when you're using the MPSSE mode of the FT232H '''the serial UART mode will be disabled'''.  This means you can't use both the serial UART and MPSSE GPIO, SPI, I2C, etc. modes of the chip at the same time.
+
Passez à la suite du tutoriel pour apprendre comment installer la bibliothèque Adafruit Python GPIO . Le tutoriel couvre les différentes plateformes (Windows, Mac OSX, or Linux).
 
  −
To learn how to enable MPSSE modes and install the Adafruit Python GPIO library, continue on to the next page that's appropriate for your platform (Windows, Mac OSX, or Linux).
      
{{RASP-FT232H-TRAILER}}
 
{{RASP-FT232H-TRAILER}}
29 918

modifications

Menu de navigation