Difference between revisions of "USB to UART convertor using CP2102"
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[File:Cart add.png|right|link=https://www.exploreembedded.com/product/USB%20to%20UART(Serial)%20convertor%20using%20CP2102]] | |
[[Category:Sheilds,Convertors,Breakout Boards]] | [[Category:Sheilds,Convertors,Breakout Boards]] | ||
{{Box|type=l_green_light|text=''IC CP2102 is highly stable USB to UART convertor, which works extremely well even at higher bit/baud rates.'' | {{Box|type=l_green_light|text=''IC CP2102 is highly stable USB to UART convertor, which works extremely well even at higher bit/baud rates.'' | ||
}} | }} | ||
− | [[File: | + | [[File:DSC00868.JPG|x400px|framed|center]] |
<gallery> | <gallery> | ||
File:Serial to USB.JPG | File:Serial to USB.JPG | ||
− | File: | + | File: DSC00870.JPG |
− | File: | + | File:DSC00876.JPG |
File:Serial to USB 3d.JPG | File:Serial to USB 3d.JPG | ||
File:Serial to USB 3d1.JPG | File:Serial to USB 3d1.JPG | ||
Line 22: | Line 22: | ||
* Industrial temperature –40 to +85 °C | * Industrial temperature –40 to +85 °C | ||
}} | }} | ||
+ | [http://exploreembedded.com/wiki/images/b/b9/Usb_to_Serial.pdf '''Schematic'''] | ||
==Driver Download== | ==Driver Download== | ||
{{Box|type=l_green_light|text= | {{Box|type=l_green_light|text= |
Latest revision as of 17:14, 4 April 2015
IC CP2102 is highly stable USB to UART convertor, which works extremely well even at higher bit/baud rates.
CP2102 Features
* RXD, TXD, DTR, CTS, 3.3V, 5V and GND pins taken out.
- USB 2.0 compliant, full-speed (12 Mbps)
- No external crystal required
- Up to 1024 Bytes of EEPROM or OTP ROM
- User-programmable custom Baud rates
- Supports all modem interface signals
- Baud Rates: up to 2 Mbps
- Industrial temperature –40 to +85 °C
Driver Download
RTC & EEPROM Breakout
The RTC EEPROM uses DS1307 and AT24C16 ICs respectively. The EEPROM is used to store data permanently. It can be quite helpful if you want to store data from sensors or other sources in real-time. ...