Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
interfaces:ftdi [2017/02/12 20:54] – [FTDI UM232R] darron | interfaces:ftdi [2022/11/14 08:22] (current) – darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== FTDI sio ==== | ==== FTDI sio ==== | ||
<wrap right> | <wrap right> | ||
- | {{: | + | {{: |
</ | </ | ||
FTDI produce a range of serial devices which utilise the FTDI sio driver in Linux with | FTDI produce a range of serial devices which utilise the FTDI sio driver in Linux with | ||
various capabilities. | various capabilities. | ||
+ | |||
+ | {{: | ||
=== ECS i-Buddie USB dock === | === ECS i-Buddie USB dock === | ||
- | This uses an FT8U100AX USB bridge as seen in the foreground of the picture. This chip combines multiple functions which include serial I/O. | + | This uses an FT8U100AX USB bridge as seen in the foreground of the top right picture. This chip combines multiple functions which include serial I/O. |
This device fails to operates on correctly on a USB 2.0 port and a connection to a USB 1.1 port or hub is essential. | This device fails to operates on correctly on a USB 2.0 port and a connection to a USB 1.1 port or hub is essential. | ||
Line 18: | Line 20: | ||
</ | </ | ||
- | === FT232-RL clone === | + | === UM232R |
- | + | ||
- | Devices as the one in the background of the picture above are generally FT232-RL clones yet they can easily achieve 1 megabaud. 2 megabaud has also been tested but not extensively. They also support the libftdi API in Linux. | + | |
- | + | ||
- | == Identity == | + | |
- | < | + | |
- | Bus 001 Device 019: ID 0403:6001 Future Technology Devices International, | + | |
- | </ | + | |
- | + | ||
- | == Pinout == | + | |
- | + | ||
- | < | + | |
- | USB SOCKET | + | |
- | PWREN DCD | + | |
- | TXDEN DSR | + | |
- | SLEEP GND | + | |
- | CTS RI | + | |
- | 3.3V RXD | + | |
- | 5V VIO | + | |
- | RXLED JUMPER | + | |
- | TXLED 5V-3.3V | + | |
- | GND TXD | + | |
- | DTR RX TX VCC CTS GND | + | |
- | + | ||
- | JUMPER SELECTS VIO | + | |
- | </ | + | |
- | === FTDI UM232R === | + | |
<wrap right> | <wrap right> | ||
- | {{: | + | {{: |
\\ \\ | \\ \\ | ||
{{: | {{: | ||
</ | </ | ||
- | This board is manufactured by FTDI as an FT232-RL | + | This board is manufactured by FTDI as an FT232R |
== Identity == | == Identity == | ||
Line 86: | Line 62: | ||
== EEPROM == | == EEPROM == | ||
+ | sudo ft232r_prog –dump | ||
< | < | ||
| | ||
Line 111: | Line 87: | ||
| | ||
| | ||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | === Clone FT232R=== | ||
+ | |||
+ | Devices as the one in the background of the top right picture are generally FT232R clones yet they can easily achieve 1 megabaud. 2 megabaud has also been tested but not extensively. They also support the libftdi API in Linux. | ||
+ | |||
+ | == Identity == | ||
+ | < | ||
+ | Bus 001 Device 019: ID 0403:6001 Future Technology Devices International, | ||
+ | </ | ||
+ | |||
+ | == Pinout == | ||
+ | |||
+ | < | ||
+ | USB SOCKET | ||
+ | PWREN DCD | ||
+ | TXDEN DSR | ||
+ | SLEEP GND | ||
+ | CTS RI | ||
+ | 3.3V RXD | ||
+ | 5V VIO | ||
+ | RXLED JUMPER | ||
+ | TXLED 5V-3.3V | ||
+ | GND TXD | ||
+ | DTR RX TX VCC CTS GND | ||
+ | | ||
+ | JUMPER SELECTS VIO | ||
+ | </ | ||
+ | |||
+ | == EEPROM == | ||
+ | sudo ft232r_prog --dump | ||
+ | < | ||
+ | | ||
+ | | ||
+ | product_id = 0x6001 | ||
+ | self_powered = 0 | ||
+ | | ||
+ | suspend_pull_downs = 0 | ||
+ | | ||
+ | manufacturer = FTDI | ||
+ | | ||
+ | | ||
+ | | ||
+ | load_d2xx_driver = 0 | ||
+ | txd_inverted = 0 | ||
+ | rxd_inverted = 0 | ||
+ | rts_inverted = 0 | ||
+ | cts_inverted = 0 | ||
+ | dtr_inverted = 0 | ||
+ | dsr_inverted = 0 | ||
+ | dcd_inverted = 0 | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
| | ||
| | ||
Line 116: | Line 149: | ||
=== Resources === | === Resources === | ||
- | [[http:// | + | |
- | [[https:// | + | [[http:// |
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
[[http:// | [[http:// | ||
+ | |||
+ | [[http:// | ||
+ |