FTDI TTL-232R-PCB
Development board for the FTDI FT232R USB 2.0 single-channel UART Adapter.
Pin |
Name |
Output |
Description |
---|---|---|---|
1 |
RXD |
Input |
Receive Asynchronous Data |
2 |
TXD |
Output |
Transmit Asynchronous Data |
3 |
VCC |
Output |
Device power supply |
Pin |
Name |
Output |
Description |
---|---|---|---|
1 |
CTS# |
Input |
Clear To Send |
2 |
GND |
Output |
Device ground supply |
3 |
RTS# |
Output |
Request To Send |
R1 |
R2 |
UART signals |
---|---|---|
Fitted |
Not Fitted |
+5V |
Not Fitted |
Fitted |
+3.3V |
Example: Using an FTDI TTL-232R-PCB module to transmit over an additional UART channel.
- command: usb detect
id: "0403:6001"
- command: uartCfg UART2 115200
id: "0403:6001"
- command: uart UART2
send: "ABCD\r"
References