The 7Semi FT232 USB UART Board (Type A) is a USB-to-TTL (UART) module featuring the original FT232RL chipset, ensuring compatibility with various operating systems, including Windows, Mac, Linux, Android, and WinCE. It offers three power modes: 5V output, 3.3V output, or power supplied by the target board (3.3V-5V). The board includes TXD, RXD, RTS#, and CTS# pins connected to onboard soldered pin headers, with additional pins accessible via drill holes compatible with breadboards. Three LEDs (TXD, RXD, POWER) provide status indicators for data transmission and power.
- Flexible Power: Effortlessly switch between 5V or 3.3V output using the jumper setting, or utilize the power from your target device (3.3V-5V) for added convenience.
- Informative LEDs: The TX, RX, and PWR LEDs offer easy visual monitoring of data transmission and power status.
- Essential Connections: Seamlessly interface with your devices thanks to the TX, RX, RTS#, and CTS# functional pins.
- Breadboard & Beyond: The board's accessible pins and included pin headers facilitate integration with breadboards or other prototyping setups.
- Wide-Ranging Compatibility: Rest assured this board will work smoothly with your microcontrollers, sensors, and other TTL-level devices.
-
Streamlined Development: Effortlessly program and debug embedded systems.
-
Sensor Integration: Interface with a variety of sensors and modules for data collection or control projects.
-
Legacy Device Support: Breathe new life into older serial devices by connecting them to modern computers.
-
VCCIO ↔ 3.3V or 5V output (the module is powered from USB, onboard jumper should be shorted to 3.3V or 5V)
-
GND ↔ GND
-
TX ↔ MCU.RX (signal direction: MCU.RX << FT232 << PC.TX)
-
RX ↔ MCU.TX (signal direction: MCU.TX >> FT232 >> PC.RX)
-
RTS ↔ MCU.CTS (signal direction: MCU.CTS << FT232 << PC.RTS)
-
CTS ↔ MCU.RTS (signal direction: MCU.RTS >> FT232 >> PC.CTS)
Function
Pin | Function | Input/Output |
VCCIO | 5V or 3.3V available for external devices (via jumper cap) | - |
GND | Ground | - |
TX | Serial data transmit pin, connect to MCU.RX | Output |
RX | Serial data receive pin, connect to MCU.TX | Input |
RTS# | Request to send, connected to MCU.CTS | Output |
CTS# | Clear to send, connected to MCU.RTS. | Input |
RI# | Ringing indication, used to detect whether the external device is ringing, low active | Input |
DCD# | Data carrier detection, low active | Input |
DTR# | Data terminal is ready for controlling external devices, low active | Output |
DSR# | Dataset is ready for detecting whether the external device is ready, low active | Input |
-
VCP (Virtual COM Port): Ideal for simple projects where you want your device to interact like a standard serial device.
-
D2XX: Offers more control and flexibility but requires programming using API functions. Choose this if you need advanced features.