Looking at the breakout board for the CP2102 -
http://www.sparkfun.com/commerce/produc … ts_id=8531
Is the serial side TTL or RS-232? The first paragraph -
The μUSB-MB5 is a USB to serial (TTL) converter which is simple, cost effective, very small and easy to use.
makes it sound like is is TTL levels, but the second -
The μUSB-MB5 makes an easy USB-Serial interface, so you can easily create USB to RS-232 converters.
makes it sound like it is RS-232 levels, then the final line
Please note: The TX and RX signal levels are between 0.0 Volts and 3.3 Volts.
makes it sound like TTL levels again, because 0V isn’t a valid RS-232 level.
The image seem to show it it pretty much just a USB socket and the CP2102 IC. Looking at the datasheet for the CP2102, it says
Royalty-free Virtual COM Port (VCP) device drivers provided by Silicon Laboratories allow a CP2102-based product to appear as a COM port to PC applications. The CP2102 UART interface implements all RS-232 signals, including control and handshaking signals, so existing system firmware does not need to be modified. In many existing RS-232 designs, all that is required to update the design from RS-232 to USB is to replace the RS-232 level-translator with the CP2102.
which is confusing in itself - it seems to say it “implements RS-232 signals” but then says you can replace the RS-232 level-translator with the CP2102
Hopefully someone can clear this up for me - does the CP2102 output TTL or RS-232 signals? I also suggest that SparkFun explicitly state is on the product’s page!
Thanks heaps
Alex