Adafruit
USB to Multi-Protocol Serial Adapter: RS-232 / TTL UART / RS-485
· MPN: ADA5995
All Products
Breakouts
New Arrivals
Adafruit
Brands and Manufacturers
Prototyping
Industrial
Prototyping & Wiring
Microcontrollers
$44.70
|
In stock at supplier
DescriptionWhether you need to interface with various serial protocols, this USB to Multi-Protocol Serial adapter has you covered. It supports RS232, TTL UA...
Get notified when back in stock
Estimated Delivery
Arrives
Disclaimer
Secure checkout
Description
Whether you need to interface with various serial protocols, this USB to Multi-Protocol Serial adapter has you covered. It supports RS232, TTL UART, RS485, and RS422, all with quick-connect screw terminals, eliminating the need for soldering or special cables.
Whether you need to interface with various serial protocols, this USB to Multi-Protocol Serial adapter has you covered. It supports RS232, TTL UART, RS485, and RS422, all with quick-connect screw terminals, eliminating the need for soldering or special cables.
Simply plug the adapter into a USB A port on your computer, then use a Phillips screwdriver to open the terminal and insert solid or stranded-core wires. The USB A connector is reversible, ensuring that labels and LEDs are always facing you.
At its core, the adapter features an FTDI FT231 USB to serial converter that operates on 5V logic and converts UART serial signals into various formats. It supports baud rates ranging from 300 to 3 Mbaud. FTDI drivers are typically built into most operating systems, but free Virtual COM Port (VCP) drivers are available if needed.
For RS-232 signals, a UM213 signal level converter is used, handling ±8V logic level I/O with all eight RS-232 signals exposed. The RS-232 converter can manage speeds of up to 250 kbps.
The UART side connects directly to the FT231, exposing RX/TX and 5V/3V/GND lines, with a 5V logic level. For RS-485/RS-422, the UART RX/TX lines connect to MAX485 chips.
Additionally, you’ll find 5V and 3V power supplies (with a matching ground) to power small projects—the 5V supply is derived from USB (up to 500mA, though you may draw up to 1A) and the 3.3V supply comes from the FT231X with a 50mA output.
LED indicators include a red 'Power Good' light and a green 'Data Transmission' light.
Please Note: Only one USB-serial chip is included, so you can use one protocol at a time!
Jargon buster
Plain-language definitions for the technical terms used above.
- baud
- Baud is the signalling rate of a serial connection, often used as the speed setting for UART communication. Matching the baud rate matters because both connected devices must use the same setting for readable data.
- COM port
- A COM port is how a computer (chiefly under Windows) presents a serial port to software, whether a physical RS-232 port or a virtual port created when a USB-to-serial device is plugged in. Software can then communicate with the connected device over serial using a terminal or configuration program.
- GND
- GND is the ground or reference connection (0 V) for a circuit. When connecting two devices together, their grounds must be joined so both agree on what counts as a low or high signal.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- RS-232
- RS-232 is an older serial communication standard that uses higher, inverted signal voltages (typically around plus or minus 3 to 15 volts) rather than the low logic levels of modern microcontroller pins. When connecting RS-232 equipment to a microcontroller, you usually need an RS-232 transceiver or level converter rather than wiring it directly, or you risk damaging the pins.
- 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.
- RX
- RX means receive, usually showing data being received by the board. An RX indicator LED can help with troubleshooting USB or serial communication.
- TX
- TX means transmit, usually showing data being sent from the board. A TX indicator LED can help you see when the board is communicating or uploading code.
- 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 to serial converter
- A chip that converts a USB connection into the serial (UART) signals a microcontroller understands. A board that includes one usually appears to a computer as a serial port for programming and debugging, rather than as a native USB device such as a keyboard or mass-storage drive.
Find this product in
Prototyping & Wiring
Related Tutorials
Free guides on learn.littlebird.com.au