I'm designing an Arduino-compatible board[1] that supposed to have an FTDI chip for ease of design. This whole thing makes me reconsider it, what would be the best way to replace it some other solution? Do I have any real option if I want to stay within the Open Parts Library[2]? [1]: https://www.hwtrek.com/product_preview/VTZUZV9k [2]: http://www.seeedstudio.com/wiki/Open_parts_library
not sure, but shouldn't you be able to use the ATMEGA32U4-AU as the microcontroller and get usb for free? Here's a good place to start for a bootloader that'll do your usb setup for you... http://forum.arduino.cc/index.php?topic=124459.15
FTDI driver kills fake FTDI FT232s
191–200 of 315 posts
Re: FTDI driver kills fake FTDI FT232s
#192Earlier quoted context omitted.
Yeah, I never really understood how they justified the prices on their chips when you could literally code the same thing in a week or two on a micro which was half the price. About the only reason I see to use them is they have quite neat pre-made cable assemblies.
The analog side. Being able to do the voltage regulation and oscillator operation without external components is actually non-trivial.
Re: FTDI driver kills fake FTDI FT232s
#193I haven't gotten into the DIY/Hacker/Arduino stuff but it seems like there would also be plenty of consumer devices that may be impacted that don't have correct supply chain control (or care about the source of their chips). I wonder if Windows will pull the driver.
Re: FTDI driver kills fake FTDI FT232s
#194Official response from @FTDIChip: https://twitter.com/mikelectricstuf/status/52491736815449292...
Re: FTDI driver kills fake FTDI FT232s
#195Earlier quoted context omitted.
The newest version I can find on their site says it's from 2012. Link?
Oops, was dealing with a similar issue with the Prolific 2303, which was dealt with by using a newer driver, I haven't run into the issue yet with FTDI (which I don't as much).
Re: FTDI driver kills fake FTDI FT232s
#196It's interesting to consider from a legal perspective exactly why this isn't something a company is allowed to do. (Assuming the company did in fact intentionally damage people's chips, reversibly or not -- sounds like we don't know for sure yet?) - Intentionally sabotaging someone's stuff, legally, is more or less the same as intentionally taking it. Keying a car and driving it away might have different names but ar…
* we don't collect and burn all the infringing phones, we just make someone cut a check. * Destruction of trademark-infringing goods and copied media is quite common, though. In the UK, deliberately sabotaging hardware with drivers could be counted as a violation of the Computer Misuse Act, but there are hardly ever any prosecutions under that law.
Re: FTDI driver kills fake FTDI FT232s
#197Re: FTDI driver kills fake FTDI FT232s
#198I foresee an arms race here. Next gen FTDI clones will work around this driver detection. Next FTDI driver has new detection code. Iterate until the counterfeit chips are indistinguishable from the real thing via software.
> Iterate until the counterfeit chips are indistinguishable from the real thing via software. Will they still cost less?
Re: FTDI driver kills fake FTDI FT232s
#199Earlier quoted context omitted.
As mentioned elsewhere, it's almost impossible to make sure parts like these aren't counterfeit. And the parts aren't "junk", they're just unlicensed.
Not any more. Now you can just test the prototype to see if it runs the FDTI driver correctly. If it fails, your supplier doesn't get paid.
Re: FTDI driver kills fake FTDI FT232s
#200If anyone is curious what a real vs fake FTDI chip looks like under the hood (de-capped chip) this is a great analysis and some beautiful pictures. http://zeptobars.ru/en/read/FTDI-FT232RL-real-vs-fake-supere... Exerpt: "What's the economic reason of making software fake of well-known chip instead of making new one under your own name? This way they don't need to buy USB VID, sign drivers in Microsoft, no expenses on…
http://en.wikipedia.org/wiki/Semiconductor_Chip_Protection_A...
It's also completely legal to reverse-engineer an existing IC to duplicate its functionality in a different manner, which the cloners have definitely done in this case - they are completely different.
So it appears that the only thing the fake FTDI chip is violating is the trademark "FTDI", which might not even have been put there by the fab that produced the die, since they're branded 'Supereal'.