Israel
Offline
Full Member
Karma: 0
Posts: 119
|
 |
« on: November 11, 2012, 03:35:19 pm » |
Was thinking of using the FT231X or FT230X instead of the FT232R for USB-UART connection since it's almost %50 cheaper. Anything I should know before using the new chip?
|
|
|
|
« Last Edit: November 11, 2012, 03:49:18 pm by szangvil »
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 79
|
 |
« Reply #1 on: November 11, 2012, 03:52:55 pm » |
"What’s the difference between the FT232R, FT230X and FT231X?
Answer: All three ICs provide a USB-to-UART bridge function. In addition to the usual TXD and RXD serial data signals, the FT232R and FT231X provide a full complement of modem handshake signals. We call this a “Full UART”. The FT230X does not have the full complement of handshake signals and is targeted at applications where a simplified handshake scheme is sufficient (RTS/CTS, Xon/Xoff or none). We assigned the designation of “Basic UART” for the simplified handshake. The advantage of the FT230X is that because it has less handshake signals, it comes in a smaller package.
The FT230X and FT231X are members of the newly released X-Chip series of USB device (slave) interface ICs. One primary feature of the X-Chip series is its support for the USB Battery Charging specification by providing signals to indicate when the chip is connected to a USB Dedicated Charging Port (DCP). A DCP allows higher charging currents for battery-powered devices, meaning reduced charging times. The X-Chip Series targets smaller device footprints, lower power, and lower system costs as a result of its extended feature set and attractive unit prices."
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Offline
Tesla Member
Karma: 75
Posts: 6969
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #2 on: November 11, 2012, 03:57:07 pm » |
Short answer, AFAIK there's no reason not to use them. I've just laid out aboard with the FT232R but am thinking of changing it to use the 230X.
One difference seems to be that the X chip needs some RC components on the USB + and - inputs. At least according to the recommended schematic.
EDIT: Another difference, nobody seems to have stock of the 230X. That's a worry if this is a product.
______ Rob
|
|
|
|
« Last Edit: November 11, 2012, 03:59:13 pm by Graynomad »
|
Logged
|
|
|
|
|
Left Coast, CA (USA)
Offline
Brattain Member
Karma: 282
Posts: 15442
Measurement changes behavior
|
 |
« Reply #3 on: November 11, 2012, 03:58:31 pm » |
Well if you are using an Arduino that requires the auto-reset feature to work you do need to have the USB UART control signals, either RTS or DTR as that is how the arduino IDE resets the board prior to a upload operation.
Lefty
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 79
|
 |
« Reply #4 on: November 11, 2012, 04:13:07 pm » |
Short answer, AFAIK there's no reason not to use them. I've just laid out aboard with the FT232R but am thinking of changing it to use the 230X........ EDIT: Another difference, nobody seems to have stock of the 230X. That's a worry if this is a product.
______ Rob
I agree with Rob....you should use them, and I can't find the 230X either!
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 79
|
 |
« Reply #5 on: November 11, 2012, 04:16:01 pm » |
Actually, you might want to try to find the FT230X at Mouser Electronics (mouser.com) because they have an extremely wide variety of components.
|
|
|
|
|
Logged
|
|
|
|
|
Israel
Offline
Full Member
Karma: 0
Posts: 119
|
 |
« Reply #6 on: November 11, 2012, 04:18:42 pm » |
Well, I see now that the 230X has no DTR, only CTS... the 231X has DTR
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Offline
Tesla Member
Karma: 75
Posts: 6969
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #7 on: November 11, 2012, 04:22:29 pm » |
Good point Lefty, the 230 only has RTS, that used to be OK for auto reset I think but I'm not sure these days. The 231 has all the signals so presumably it will toggle DTR in the same way as the 232 does. you might want to try to find the FT230X at Mouser Electronics I just did an Octopart search, it shows no stock anywhere. So I checked Mouser directly, 8000 in stock at $2.75. I guess Octopart isn't up to date although to be fair it's marked as a new product. Octopart normally my first port of call when looking for a part. ______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Left Coast, CA (USA)
Offline
Brattain Member
Karma: 282
Posts: 15442
Measurement changes behavior
|
 |
« Reply #8 on: November 11, 2012, 04:25:35 pm » |
Good point Lefty, the 230 only has RTS, that used to be OK for auto reset I think but I'm not sure these days. The 231 has all the signals so presumably it will toggle DTR in the same way as the 232 does. you might want to try to find the FT230X at Mouser Electronics I just did an Octopart search, it shows no stock anywhere. So I checked Mouser directly, 8000 in stock at $2.75. I guess Octopart isn't up to date although to be fair it's marked as a new product. Octopart normally my first port of call when looking for a part. ______ Rob I believe for legacy reasons that IDE and/or AVRDUDE pulses both RTS and DTR to initate the auto reset function. Lefty
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 269
Posts: 17032
Available for Design & Build services
|
 |
« Reply #9 on: November 11, 2012, 04:28:48 pm » |
|
|
|
|
|
Logged
|
|
|
|
|
Israel
Offline
Full Member
Karma: 0
Posts: 119
|
 |
« Reply #10 on: November 11, 2012, 04:36:16 pm » |
I'll go with the 231X. Where can I download its EagleCad part? The latest version has only 232 and 230...
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 79
|
 |
« Reply #11 on: November 11, 2012, 04:40:23 pm » |
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 79
|
 |
« Reply #12 on: November 11, 2012, 04:53:15 pm » |
If the site I suggested does not work, I do not have a clue on where else to go....We might have to do some research on it.
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Offline
Tesla Member
Karma: 75
Posts: 6969
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #13 on: November 11, 2012, 05:00:32 pm » |
Make your own part. Don't ask me how though because I don't use Eagle, but it's usually a pretty easy procedure with these programs...oh hang on, we're talking about Eagle here  ______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Israel
Offline
Full Member
Karma: 0
Posts: 119
|
 |
« Reply #14 on: November 11, 2012, 05:01:07 pm » |
Couldn't find a part... I guess I could take some other SSOP-20 part and edit it...
|
|
|
|
|
Logged
|
|
|
|
|
|