Author Topic: FTDI driver kills fake FTDI FT232??  (Read 954842 times)

0 Members and 1 Guest are viewing this topic.

Offline WakeUpWolfgang

  • Contributor
  • Posts: 23
  • Country: us
Re: FTDI driver kills fake FTDI FT232??
« Reply #1000 on: October 28, 2014, 12:59:49 pm »
I am still fairly new to Electronic Engineering. I was going to make something using a FTDI part but with all of the conservancy I don't want to use them. What is a good alternative to FTDI?
 

Offline nitro2k01

  • Frequent Contributor
  • **
  • Posts: 843
  • Country: 00
Re: FTDI driver kills fake FTDI FT232??
« Reply #1001 on: October 28, 2014, 01:11:38 pm »
well at least I spelt it right
What does dinkel wheat have to do with FTDI drivers?
Not sure how serious that comment was, but in case you are unaware, spelt is not a misspelling, but the preferred spelling of "spelled" in British English.
Whoa! How the hell did Dave know that Bob is my uncle? Amazing!
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 17824
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: FTDI driver kills fake FTDI FT232??
« Reply #1002 on: October 28, 2014, 01:13:19 pm »
well at least I spelt it right
What does dinkel wheat have to do with FTDI drivers?
Not sure how serious that comment was, but in case you are unaware, spelt is not a misspelling, but the preferred spelling of "spelled" in British English.

Well I am a little dyslexic, see what you mean, is "dinkel wheat" anything in particular ?
 

Online nctnicoTopic starter

  • Super Contributor
  • ***
  • Posts: 26945
  • Country: nl
    • NCT Developments
Re: FTDI driver kills fake FTDI FT232??
« Reply #1003 on: October 28, 2014, 01:16:15 pm »
I am still fairly new to Electronic Engineering. I was going to make something using a FTDI part but with all of the conservancy I don't want to use them. What is a good alternative to FTDI?
CP210x from Silabs. I have used these in the past and they are actually more stable than the FT232 in a nasty electrical environment. An FT232 often stops when something at the UART side is switched on/off. In my experience a CP2102 is much less prone to this behaviour. Anyway, I need an RS485 board so I'm going to combine that into an existing FT232 design and use a CP2102 instead.
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16704
  • Country: 00
Re: FTDI driver kills fake FTDI FT232??
« Reply #1004 on: October 28, 2014, 01:18:11 pm »
I am still fairly new to Electronic Engineering. I was going to make something using a FTDI part but with all of the conservancy I don't want to use them. What is a good alternative to FTDI?

Ten seconds with google:

http://www.ti.com/product/tusb3410

http://www.microchip.com/wwwproducts/devices.aspx?dDocName=en546923
 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16704
  • Country: 00
Re: FTDI driver kills fake FTDI FT232??
« Reply #1005 on: October 28, 2014, 01:20:21 pm »
well at least I spelt it right
What does dinkel wheat have to do with FTDI drivers?
Not sure how serious that comment was, but in case you are unaware, spelt is not a misspelling, but the preferred spelling of "spelled" in British English.

Hoist with my own petard...   :-DD

 

Offline amyk

  • Super Contributor
  • ***
  • Posts: 8277
Re: FTDI driver kills fake FTDI FT232??
« Reply #1006 on: October 28, 2014, 01:33:46 pm »
I don't understand what the fuss about this is other than their obviously poor/abysmal PR spin control.

Simple facts are that from now on its technically not very legal to use counterfeit chips with FTDI drivers (even old drivers). So any counterfeit product that relies on FTDI's default driver is doing so illegally and if using a modern driver will always not work. So end result they are all bricks, Linux/Windows/Mac's driver repositories would either not include the driver at all or would be crossing some legal lines by keeping the older driver around.
Apparently you haven't been reading the previous few dozen pages, but I've already posted this:

http://en.wikipedia.org/wiki/Semiconductor_Chip_Protection_Act_of_1984#Reverse_engineering_not_prohibited
Quote
The SCPA permits competitive emulation of a chip by means of reverse engineering.

FTDI might not like it but they don't have an exclusive right to the API their chips use. The only way around this is a patent, but I haven't seen them claiming anything about patents here...

And for this same reason the "FTDI-compatible" serial cables that use a COB package are completely legal since there is nothing in them branded FTDI. They may have FTDI's VID:PID but those are necessary for interoperability and those numbers cannot be copyrighted.
 

Offline janengelbrecht

  • Regular Contributor
  • *
  • Posts: 181
  • Country: dk
    • JP-Electronics
Re: FTDI driver kills fake FTDI FT232??
« Reply #1007 on: October 28, 2014, 02:16:10 pm »
Then we face a situation where a massive amount of lawsuits is a real danger for the company.....and maybe Microsoft also are in danger. It could be a good thing to get the courts in play just to make sure noone else bricks peoples equipment in the future.

Offline Rufus

  • Super Contributor
  • ***
  • Posts: 2095
Re: FTDI driver kills fake FTDI FT232??
« Reply #1008 on: October 28, 2014, 02:24:35 pm »
Moving on it looks like flaky fakes have been causing problems with FTDI drivers long before they tried to detect them.

http://www.adafruit.com/blog/2014/02/18/ftdi-ft232rl-real-vs-fake/

You got that ass-backward.

According to your linked article FTDI drivers have deliberately been causing problems for users before when they detected fake chips.

Their drivers corrupted the data being transmitted so it looked like the chips weren't working properly. The chips were working fine, it was the driver deliberately altering the data so it looked like they weren't. I wonder how much money and debugging headaches that little trick cost the world?

Why the sneakiness? Why can't their drivers just come out and say "Your chip is fake!"...?

But if the driver sticks in random bad data for detecting a fake chip and uses clever obfuscation techniques it can require extensive reverse engineering to find it if ever. (This along with any in text stream isn't very nice and is potentially dangerous)

The much more plausible explanation is the fakes were flakey and didn't work with some driver improvement. The article I linked said "The guy at FTDI seemed truly excited to get samples of chips from the same lot that both worked and failed".

How could the FTDI driver choose to corrupt operation of some fake chips and not others and do the same thing every time for the same chip? Why would they choose to ignore some fakes even if they could. They would have to keep a database of fake chip serial numbers that they had chosen to ignore or base it on some property of the chip serial number.

 

Offline zapta

  • Super Contributor
  • ***
  • Posts: 6193
  • Country: us
Re: FTDI driver kills fake FTDI FT232??
« Reply #1009 on: October 28, 2014, 02:27:56 pm »
CP210x from Silabs. I have used these in the past and they are actually more stable than the FT232 in a nasty electrical environment. An FT232 often stops when something at the UART side is switched on/off. In my experience a CP2102 is much less prone to this behaviour. Anyway, I need an RS485 board so I'm going to combine that into an existing FT232 design and use a CP2102 instead.

Do they run on OSX, Linux and Windows without having to install drivers?
 

Offline Rufus

  • Super Contributor
  • ***
  • Posts: 2095
Re: FTDI driver kills fake FTDI FT232??
« Reply #1010 on: October 28, 2014, 02:32:37 pm »
If a machine was working yesterday and stopped working today because of something FTDI knowingly planned/did then they broke some laws.

The machine was working yesterday because you were stealing FTDI drivers. The machine is not working today because FTDI stopped you stealing their drivers.

Why don't you try stealing something from a shop and see how far you get accusing a cop taking back that something of theft?
 

Offline rolycat

  • Super Contributor
  • ***
  • Posts: 1101
  • Country: gb
Re: FTDI driver kills fake FTDI FT232??
« Reply #1011 on: October 28, 2014, 02:43:01 pm »
If a machine was working yesterday and stopped working today because of something FTDI knowingly planned/did then they broke some laws.

The machine was working yesterday because you were stealing FTDI drivers. The machine is not working today because FTDI stopped you stealing their drivers.

Why don't you try stealing something from a shop and see how far you get accusing a cop taking back that something of theft?

Why don't you stop trolling this thread with ludicrous assertions and terminally flawed analogies?
 

Online nctnicoTopic starter

  • Super Contributor
  • ***
  • Posts: 26945
  • Country: nl
    • NCT Developments
Re: FTDI driver kills fake FTDI FT232??
« Reply #1012 on: October 28, 2014, 02:44:05 pm »
CP210x from Silabs. I have used these in the past and they are actually more stable than the FT232 in a nasty electrical environment. An FT232 often stops when something at the UART side is switched on/off. In my experience a CP2102 is much less prone to this behaviour. Anyway, I need an RS485 board so I'm going to combine that into an existing FT232 design and use a CP2102 instead.

Do they run on OSX, Linux and Windows without having to install drivers?
They run on Linux for sure. The Linux driver is from 2005. On Windows you have to install a driver but that is true fro any USB-to-serial device. Actually installing a driver manually is quicker than waiting several minutes before Windows finds the driver by itself. You can download a driver for OSX from Silabs if it doesn't work out of the box. The CP210x devices are used a lot and have been around for over a decade.
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 17824
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: FTDI driver kills fake FTDI FT232??
« Reply #1013 on: October 28, 2014, 02:45:51 pm »
If a machine was working yesterday and stopped working today because of something FTDI knowingly planned/did then they broke some laws.

The machine was working yesterday because you were stealing FTDI drivers. The machine is not working today because FTDI stopped you stealing their drivers.

Why don't you try stealing something from a shop and see how far you get accusing a cop taking back that something of theft?

Again a silly analogy, but as you insist: it's like when my grandmother moved to the UK from italy in 1945. At that time us britts were a bit more ignorant and stupid than we are now regarding food and her local fish monger was happy  to give her all the squid she wanted "for the dogs". What she didn't know my grandmother was actually cooking it for the family. Then her sister in law who was a nasty bitch went and told the fish monger that she was feeding it to the family not the dogs. So next time my grandmother wanted squid "for the dogs" (which incidentally the fish monger usually threw away) she charged my grandmother for them. However because my grandmother had eaten loads of the free squid the fish monger did not shoot my grandmother............. :phew: :palm:
 

Offline MikeGTN

  • Newbie
  • Posts: 3
Re: FTDI driver kills fake FTDI FT232??
« Reply #1014 on: October 28, 2014, 02:49:53 pm »
Hi,

A slight debacle, but seems FTDI might not be quite dead in the water just yet. Have this wizard new processor will be announcing sometime soonish!
http://www.mikroe.com/forum/viewtopic.php?f=185&t=61797

Hopefully my fake FT232RL will be able to talk to it!?

Mike.
 

Online nctnicoTopic starter

  • Super Contributor
  • ***
  • Posts: 26945
  • Country: nl
    • NCT Developments
Re: FTDI driver kills fake FTDI FT232??
« Reply #1015 on: October 28, 2014, 02:52:57 pm »
Why don't you try stealing something from a shop and see how far you get accusing a cop taking back that something of theft?
I love to see the reaction if I take a free piece of saucage from the butcher shop and feed it to my dog  :palm: What is the butcher going to do legally even if he puts up a sign saying 'don't give free saucage samples to your pets' ? Remember FTDI gives the drivers away for free!
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 

Offline zapta

  • Super Contributor
  • ***
  • Posts: 6193
  • Country: us
Re: FTDI driver kills fake FTDI FT232??
« Reply #1016 on: October 28, 2014, 02:57:53 pm »
The machine was working yesterday because you were stealing FTDI drivers. The machine is not working today because FTDI stopped you stealing their drivers.

Why don't you try stealing something from a shop and see how far you get accusing a cop taking back that something of theft?

Bad analogy again, the board is not 'stolen' but FTDI damaged it anyway. With your analogy, FTDI should delete their driver from your computer to 'take it back'.

Anyway, it's clear now that designing with FTDI is a risky choice.
 

Offline Rufus

  • Super Contributor
  • ***
  • Posts: 2095
Re: FTDI driver kills fake FTDI FT232??
« Reply #1017 on: October 28, 2014, 03:09:32 pm »
I love to see the reaction if I take a free piece of saucage from the butcher shop and feed it to my dog  :palm: What is the butcher going to do legally even if he puts up a sign saying 'don't give free saucage samples to your pets' ? Remember FTDI gives the drivers away for free!

"FTDI drivers may be used only in conjunction with products based on FTDI parts"

Free and only licensed for use with FTDI parts not with fakes and clones of FTDI parts.

Bad analogy again, the board is not 'stolen' but FTDI damaged it anyway. With your analogy, FTDI should delete their driver from your computer to 'take it back'.

Correcting an invalid PID isn't damage. The 'board' still works under Linux with a driver update so it clearly isn't damaged. The machine is not working today because you don't have any driver for the fake chip.
 

Offline Rigby

  • Super Contributor
  • ***
  • Posts: 1476
  • Country: us
  • Learning, very new at this. Righteous Asshole, too
Re: FTDI driver kills fake FTDI FT232??
« Reply #1018 on: October 28, 2014, 03:17:49 pm »
The machine was working yesterday because you were stealing FTDI drivers. The machine is not working today because FTDI stopped you stealing their drivers.

Why don't you try stealing something from a shop and see how far you get accusing a cop taking back that something of theft?

Bad analogy again, the board is not 'stolen' but FTDI damaged it anyway. With your analogy, FTDI should delete their driver from your computer to 'take it back'.

Anyway, it's clear now that designing with FTDI is a risky choice.

I'm with Zapta.

AT WORST it is a trademark violation of the cloning fabs, since FTDI IP wasn't used in creating the chips, and the chips were labeled FTDI.  It's the labeling that's the issue, unless FTDI have some patents on USB<->Serial conversion which were infringed. 

There's no excuse for them to have rendered hardware inoperable.  Warn the end-user?  PLEASE.  Disable, for all intents and purposes, end-user hardware?  NO, no no NO NO NO NO NO.
 

Offline zapta

  • Super Contributor
  • ***
  • Posts: 6193
  • Country: us
Re: FTDI driver kills fake FTDI FT232??
« Reply #1019 on: October 28, 2014, 03:19:27 pm »
Correcting an invalid PID isn't damage. The 'board' still works under Linux with a driver update so it clearly isn't damaged. The machine is not working today because you don't have any driver for the fake chip.

Damage:  "physical harm caused to something in such a way as to impair its value, usefulness, or normal function."
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 17824
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: FTDI driver kills fake FTDI FT232??
« Reply #1020 on: October 28, 2014, 03:21:29 pm »
Hi,

A slight debacle, but seems FTDI might not be quite dead in the water just yet. Have this wizard new processor will be announcing sometime soonish!
http://www.mikroe.com/forum/viewtopic.php?f=185&t=61797

Hopefully my fake FT232RL will be able to talk to it!?

Mike.

Exactly, with products like that why do they need to be so stupid over such a small thing ? they have just damaged their reputation for use of their more expensive and cutting edge technology..........
 

Offline ziq8tsi

  • Regular Contributor
  • *
  • Posts: 80
Re: FTDI driver kills fake FTDI FT232??
« Reply #1021 on: October 28, 2014, 03:42:09 pm »
The machine was working yesterday because you were stealing FTDI drivers. The machine is not working today because FTDI stopped you stealing their drivers.
"Stealing" is theft, the taking of property with intent to permanently deprive the owner.  Using a software driver without consent of the copyright holder is more akin to pillage and murder on the high seas, so we prefer to call it "piracy" or "terrorism".

Most people do not demand that FTDI's precious drivers work with counterfeit chips, just that they not intentionally destroy them.

Apparently you are sure that you never have and never will obtain a device containing a fake FT232.  Apparently you think that anyone who has obtained such a device is a cheapskate who thoroughly deserves to have their hardware bricked, possibly long after it is out of warranty,

Even disregarding how wrong you are about that, you ignore the effects on FTDI's reputation.  They quickly back-tracked, but you continue to defend their original, malicious, behavior.  Previously it was suggested you were an FTDI shill, but I think you are more likely an anti-FTDI shill, defending a policy long discontinued in order to sow further doubt.
 

Offline benSTmax

  • Regular Contributor
  • *
  • Posts: 87
Re: FTDI driver kills fake FTDI FT232??
« Reply #1022 on: October 28, 2014, 03:55:20 pm »
I tried the new counterfeit-crippling driver with my pool of FTDI-based cables, boards ...
It seems I got 3 counterfeit chips after all. Anyway, using the FTDI chips might be a risky business even in the future.  :phew:
I have a couple of CP210x and they're fine however they seem hard to get sometimes. Has anyone tried the MCP2221 from Microchip?
 

Offline German_EE

  • Super Contributor
  • ***
  • Posts: 2399
  • Country: de
Re: FTDI driver kills fake FTDI FT232??
« Reply #1023 on: October 28, 2014, 04:04:08 pm »
On the subject of currency copying that was discussed earlier. I was once I.T. Manager at a company that had a high-end Xerox color copier installed in the Advertizing and Sales Department. The handbook warned us that internal software would prevent making copies of bank notes so with the installation engineer present I tested this with a brand new 20 Euro note.

The machine printed a copy of the note but with the Xerox logo in the center, it then shut down and would not restart until the installation engineer reset an internal flag (could have been an EEPROM or flash) using his laptop. The machine did NOT phone home but the particular internal flag was only set after attempting to copy currency.

Now back to our regular programming  :)
Should you find yourself in a chronically leaking boat, energy devoted to changing vessels is likely to be more productive than energy devoted to patching leaks.

Warren Buffett
 

Offline joshhunsaker

  • Contributor
  • Posts: 33
Re: FTDI driver kills fake FTDI FT232??
« Reply #1024 on: October 28, 2014, 04:10:05 pm »
"FTDI drivers may be used only in conjunction with products based on FTDI parts"

That's like saying Microsoft Office telling people in the EULA that they aren't allowed to write hate mail with it.  It's both silly and useless.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf