|
|
(4 intermediate revisions by the same user not shown)
|
Line 1: |
Line 1: |
− | # un adaptateur USB-série TTL qui peut fonctionner à 500kbps et qui '''tolèrent 5V''' - exemples de puces : FT232R, CP2102
| + | === Adaptateur USB - série TTL === |
− | # une carte de développement USB '''fonctionnant à 5V''' avec une puce parmi les suivantes : at90usb82, at90usb162, at90usb646, at90usb647, at90usb1286, at90usb1287, atmega16u2, atmega32u2, atmega16u4, atmega32u4
| + | Assurez-vous qu'il peut fonctionner à '''500kbps''' et qu'il '''tolère 5V'''. |
| + | {| class="wikitable" |
| + | | puce || CP2102 || FT232R || PL2303HX || CH340 || FT230X |
| + | |- |
| + | | tolère 5V |
| + | | style="background: green; color: white;" | oui |
| + | | style="background: orange; color: white;" | (1) |
| + | | style="background: orange; color: white;" | (1) |
| + | | style="background: orange; color: white;" | (1) |
| + | | style="background: green; color: white;" | oui |
| + | |- |
| + | | 500 kbps |
| + | | style="background: green; color: white;" | oui |
| + | | style="background: green; color: white;" | oui |
| + | | style="background: orange; color: white;" | (2) |
| + | | style="background: red; color: white;" | non |
| + | | style="background: green; color: white;" | oui |
| + | |- |
| + | | |
| + | |- |
| + | | compatible |
| + | | style="background: green; color: white;" | oui |
| + | | style="background: orange; color: white;" | (1) |
| + | | style="background: orange; color: white;" | (1)(2) |
| + | | style="background: red; color: white;" | non |
| + | | style="background: green; color: white;" | oui |
| + | |} |
| + | (1) dépend de la carte<br /> |
| + | (2) seulement sous GNU/Linux<br /> |
| + | Exemples: |
| + | * [http://jim.sh/ftx/ MicroFTX (10$ fdpout)] |
| + | * [http://www.ebay.com/sch/i.html?_odkw=cp2102&LH_BIN=1&_sop=15&_osacat=0&_from=R40&LH_PrefLoc=2&_from=R40&_trksid=p2045573.m570.l1313.TR0.TRC0.H0.Xcp2102+-pl2303&_nkw=cp2102+-pl2303&_sacat=0 convertisseurs CP2102 sur ebay (quelques $ fdpin)] |
| + | * [http://www.ebay.com/sch/i.html?_odkw=ft232+-cp2102+-ssop&LH_BIN=1&_sop=15&_osacat=0&_from=R40&LH_PrefLoc=2&_from=R40&_trksid=p2045573.m570.l1313.TR0.TRC0.H0.Xft232+-cp2102+-pl2303+-ssop&_nkw=ft232+-cp2102+-pl2303+-ssop&_sacat=0 FT232R convertisseurs FT232R sur ebay (environ 15$ fdpin)] |
| + | * [http://www.sparkfun.com/products/198 convertisseur CP2102 chez sparkfun (22$ fdpout)] |
| + | * [http://www.sparkfun.com/products/718 convertisseur FT232R chez sparkfun (15$ fdpout)] |
| + | * Certains matériels comme l'arduino embarquent un convertisseur USB - série (retirer la puce AVR pour l'utiliser) |
| + | * Une deuxième carte de développement USB peut être programmée comme un convertisseur USB - série. |