Login / Signup
Cart
Your cart is empty
On our first Pentium 120 tower (purchased at PCs for Everyone on Thorndike St in Cambridge Mass) came with two DE-9 serial ports on the back: COM1 and COM2. Perfect for connecting a mouse and maybe a modem. Nowadays, long gone are the days of parallel ports and serial ports. Now the USB port reigns supreme! But USB is hard, and you just want to transfer your everyday serial data from two serial ports to a single USB port without the complexity of a hub. What now? Enter the Adafruit CP2105 Friend!
The CP2105 is very similar to the CP2102N. Except, instead of having a single serial UART port, it has two. One is 'standard' and one is 'enhanced' - you'll get both enumerated when plugging in this device, without any hub required!
The Enhanced port can do:
The Standard port can do:
Like the CP2102N breakout, we have a USB C connector and the same overall shape, but there are some significant changes. The pins are going to be totally different because we have two UARTs, one on either 'side' of the board. The left side is the Enhanced port, right side is the Standard port. We don't have extra GPIO pads and no indicator LEDs. Also, the bottom row is a 'minimal' output of just the two RX/TX pads and power pins.
We like the CP210x series because it has better driver support than the CH340 and can do very high speeds, and variable speeds without stability issues. Compared to the FT232RL and FT231X, the CP210x has the same capabilities or better, at a great price!
Each order comes with a fully assembled and tested board. We give you some pin header strips, solder them in to plug it into a breadboard and get access to all the pins.
For Linux, you won't need a driver. For Windows, it will automatically grab the driver from Windows Update. For Mac OS X you can check out the SiLabs driver page for the latest and greatest.