Elecrow
CJMCU FT232H High Speed Multifunctional USB to JTAG UART/FIFO SPI/I2C Module For Arduino
The CJMCU FT232H module is a versatile USB-to-serial/parallel interface breakout based on the FTDI FT232H chip. It supports USB conversion to UART, FIFO, JTA...
Get notified when back in stock
The CJMCU FT232H module is a versatile USB-to-serial/parallel interface breakout based on the FTDI FT232H chip. It supports USB conversion to UART, FIFO, JTAG, SPI, and I2C interfaces, with the entire USB protocol handled on-chip — no USB-specific firmware programming required.
The FT232H supports both USB 2.0 Hi-Speed (480 Mb/s) and Full-Speed (12 Mb/s) modes, making it suitable for high-throughput data transfer and debugging applications with Arduino and other microcontroller platforms.
Key Features
- Multi-Protocol Support – USB to UART (RS232/RS422/RS485), FIFO, FT1248, JTAG, SPI, and I2C
- USB 2.0 Hi-Speed – 480 Mb/s with Full-Speed fallback at 12 Mb/s
- On-Chip USB Protocol – No additional firmware required for USB communication
- CPU-Style FIFO Interface – Simplifies host interface design
- Adjustable Buffer Timeout – Configurable receive buffer timeout for optimised data handling
Specifications
- Chip – FTDI FT232H (single-channel)
- USB Speed – Hi-Speed 480 Mb/s, Full-Speed 12 Mb/s
- UART Data Rate – Up to 12 Mbaud
- Asynchronous FIFO – Up to 8 MB/s transfer rate
- Synchronous FIFO – Up to 40 MB/s transfer rate
Ideal For
- USB-to-serial conversion for microcontroller projects
- JTAG debugging and programming
- SPI and I2C device communication via USB
- High-speed data acquisition and logging
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- FIFO
- FIFO stands for "first in, first out", a way of handling stored items so the oldest one is read out first, like a queue. In electronics a FIFO is usually a small buffer that temporarily holds data, such as sensor samples or serial bytes, so a processor can collect it in batches instead of reading continuously.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- JTAG
- JTAG is a hardware debugging and programming interface used to inspect and control chips at a low level. It matters for advanced development because it can help diagnose firmware problems that are hard to see through normal serial output.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- parallel interface
- A parallel interface sends several bits of data at the same time using multiple wires. It can be faster than simple serial connections, but it uses more microcontroller pins, so it is less convenient for small projects with limited wiring space.
- RS485
- RS485 is a robust differential serial communication standard often used in factories, farms and buildings where cables may be long or electrically noisy, and it can link many devices on a single pair of wires. When a product lists RS485, it can communicate with industrial sensors, meters and control equipment over longer distances than typical hobby serial wiring.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
- USB 2.0
- USB 2.0 is a widely used wired standard for carrying both data and power between a device and a computer or other compatible host, with data rates up to 480 Mbps. It indicates the kind of port a device uses and that it should work with most modern and many older computers.
Find this product in
Brands
Related Tutorials
Free guides on learn.littlebird.com.au