Difference between revisions of "Serial converter"
From Fixme.ch
(Created page with "Category:IOT Le gadget est un adaptateur 6 en 1 fort pratique pour les bricoleurs qui aiment se frotter aux interfaces série. Ce produit chinois tient ses promesses po...") |
|||
Line 11: | Line 11: | ||
Démonstration par l’exemple : | Démonstration par l’exemple : | ||
− | + | ==Sitôt branché sitôt reconnu== | |
− | [ 4518.307084] usbcore: registered new interface driver cp210x | + | [ 4518.307084] usbcore: registered new interface driver cp210x |
− | [ 4518.307092] usbserial: USB Serial support registered for cp210x | + | [ 4518.307092] usbserial: USB Serial support registered for cp210x |
− | [ 4518.307111] cp210x 2-1.1:1.0: cp210x converter detected | + | [ 4518.307111] cp210x 2-1.1:1.0: cp210x converter detected |
− | [ 4518.307168] usb 2-1.1: cp210x converter now attached to ttyUSB0 | + | [ 4518.307168] usb 2-1.1: cp210x converter now attached to ttyUSB0 |
+ | |||
+ | ==USB to TL=== | ||
+ | Ici à l’œuvre avec un vieux Seeduino Stalker V1.x | ||
+ | |||
+ | * 1='''ON''' | ||
+ | * 2='''OFF''' | ||
+ | *SW='''UP''' | ||
+ | |||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | |+ Connections | ||
+ | |- | ||
+ | ! Stalker | ||
+ | ! | ||
+ | ! USB adapter | ||
+ | |- | ||
+ | | <font color="Red">USB5V</font> | ||
+ | | ↔ | ||
+ | | <font color="Red">+5V</font> | ||
+ | |- | ||
+ | | <font color="Orange">RXD </font> | ||
+ | | ↔ | ||
+ | | <font color="Green">TXD </font> | ||
+ | |- | ||
+ | | <font color="Green">TXD </font> | ||
+ | | ↔ | ||
+ | | <font color="Orange">RXD </font> | ||
+ | |- | ||
+ | | GND | ||
+ | | ↔ | ||
+ | | GND | ||
+ | |- | ||
+ | | DTR | ||
+ | | ↔ | ||
+ | | DTR | ||
+ | |} |
Latest revision as of 22:13, 5 February 2017
Le gadget est un adaptateur 6 en 1 fort pratique pour les bricoleurs qui aiment se frotter aux interfaces série.
Ce produit chinois tient ses promesses pour autant qu’on garde cette documentation sous le coude et que l'on dispose de quelques câbles pour Dupont pour BreadBoard M-F et F-F
Démonstration par l’exemple :
Sitôt branché sitôt reconnu
[ 4518.307084] usbcore: registered new interface driver cp210x [ 4518.307092] usbserial: USB Serial support registered for cp210x [ 4518.307111] cp210x 2-1.1:1.0: cp210x converter detected [ 4518.307168] usb 2-1.1: cp210x converter now attached to ttyUSB0
USB to TL=
Ici à l’œuvre avec un vieux Seeduino Stalker V1.x
- 1=ON
- 2=OFF
- SW=UP
Stalker | USB adapter | |
---|---|---|
USB5V | ↔ | +5V |
RXD | ↔ | TXD |
TXD | ↔ | RXD |
GND | ↔ | GND |
DTR | ↔ | DTR |