Interface with other USB-Serial chips
Chuck Davis
Posts: 23
I am working on a product design for the propeller.· This product will be USB based but I will be using a USB to serial chip that is different from the one used in the Parallax products (Silicaon Labs CP2101 or CP2102).· This chip is USB 2.0 capable.
My question is: is there any reason I can't use this chip as an interface to program the Propeller?· It provides the same outputs (TX, RX, DTR), as well as a 3.3 volt, 100 ma regulator built in, which I would use to power the Prop.
Does the existing software depend in any way on the particular USB chip in use, or can it use this one as long as the drivers are installed and the appropriate COM port is configured?
Thanks for your help.
Chuck Davis
My question is: is there any reason I can't use this chip as an interface to program the Propeller?· It provides the same outputs (TX, RX, DTR), as well as a 3.3 volt, 100 ma regulator built in, which I would use to power the Prop.
Does the existing software depend in any way on the particular USB chip in use, or can it use this one as long as the drivers are installed and the appropriate COM port is configured?
Thanks for your help.
Chuck Davis
Comments
As of a couple of weeks ago, Silicon Lab's drivers did not include a Mac OS 10 driver for the Intel models. If you want good cross-platform support, FTDI is really the only way to go at this time.
But also the FT232R has an integrated 3.3V regulator (50mA for external devices).
Andy
I have used CP2102s in my Prop designs as well when I found at the time that the IDE didn't support it.
http://forums.parallax.com/showthread.php?p=636139
Well the guys at Parallax were very very good and sorted out the driver problems pronto, it turned out to be a bit of a Microsoft thing.
However my newer designs are using the FT232RQs as they are faster and just as simple to use as the CP2102s. The reason I had been using silabs parts was because they had been a much simpler solution compared to the earlier generation ftdi parts, but the FT232RQ bridged that gap.
*Peter*
Chuck