Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Hardware
  3. Beware: FTDI driver update will brick *fake* FTDI USB to serial converters

Beware: FTDI driver update will brick *fake* FTDI USB to serial converters

Scheduled Pinned Locked Moved Hardware
driverftdi
21 Posts 10 Posters 28.8k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Charly86C Offline
    Charly86C Offline
    Charly86
    wrote on last edited by
    #8

    Hi guys,

    Just to let you know that the new FTDI driver has changed the way on how it can make us crazy again. Now it does not change PUID anymore, it just send a dummy string over serial.

    I just spent too much time trying to get my modbus (chinese USB/RS485 with fake FTDI chip) working until I saw master sent the good char and slave receive "NON GENUINE", so it's harder to detect because all seems to work, but transmission has been changed by this f**** string and you receive other than you send and vice versa

    Anyway, thank's FTDI's guys making our life complicated, and guess what, since I can't know in advance if device I buy has Genuine or not FTDI chip, my only option is to go to ch340, cp2306 or other...

    1 Reply Last reply
    1
    • tbowmoT Offline
      tbowmoT Offline
      tbowmo
      Admin
      wrote on last edited by
      #9

      well, good that I'm using Linux then, no such problems, as broken FTDI drivers :)

      1 Reply Last reply
      1
      • OitzuO Offline
        OitzuO Offline
        Oitzu
        wrote on last edited by
        #10

        @tbowmo even better: Linux has a fix for the "broken" devices:
        https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/usb/serial/ftdi_sio_ids.h#n33
        :D

        1 Reply Last reply
        0
        • hekH Offline
          hekH Offline
          hek
          Admin
          wrote on last edited by
          #11

          @Charly86
          Thanks for reporting.. Didn't FTDI learn anything from the last mistake they did?

          1 Reply Last reply
          0
          • masterkenobiM Offline
            masterkenobiM Offline
            masterkenobi
            wrote on last edited by
            #12

            I am facing the same problem. I purchased my FTDI FT232RL from http://www.ebay.com/itm/-/111864322684

            When I plugged it into my Windows 7 PC, it pops up this error...

            0_1463383142593_2016-05-16_151811.png

            In my device manager, I sees Unknown Device under Universal Serial Bus Controllers...

            0_1463383347647_2016-05-16_152111.png

            I have tried update the drivers using various versions such as...

            • http://www.ftdichip.com/Drivers/CDM/CDM v2.12.04 WHQL Certified.zip
            • http://www.ftdichip.com/Drivers/CDM/CDM v2.12.16 WHQL Certified.zip
            • http://www.ftdichip.com/Drivers/CDM/CDM21216_Setup.exe
            • http://www.ftdichip.com/Drivers/CDM/CDM v2.10.00 WHQL Certified.zip

            All still give me the same error.

            When I use a tool called USBView downloaded from http://www.ftdichip.com/Support/Utilities.htm#MicrosoftUSBView , it shows me...

            0_1463384007189_2016-05-16_153312.png

            Both idVendor and idProduct are 0x0000

            Then I use MProg 3.5 downloaded from http://www.ftdichip.com/Support/Utilities.htm#MProg . After I press scan, it says...

            Number Of Blank Devices = 0
            Number Of Programmed Devices = 0

            0_1463384200844_2016-05-16_153548.png

            I have wasted a lot of time to get this working. I really don't want to replace my unit with the same thing as I afraid the same problem will happen again. I am wondering is there any other ways to upload the sketches to my Arduino Pro Mini?

            YveauxY 1 Reply Last reply
            0
            • hekH Offline
              hekH Offline
              hek
              Admin
              wrote on last edited by
              #13

              If you have an Uno around your can use that for programming the ProMini.

              http://www.instructables.com/id/Arduino-Pro-Mini-Stand-Make-It-Reusable/
              http://www.instructables.com/id/Uploading-sketch-to-Arduino-Pro-Mini-using-Arduino/

              masterkenobiM 2 Replies Last reply
              2
              • mfalkviddM Offline
                mfalkviddM Offline
                mfalkvidd
                Mod
                wrote on last edited by
                #14

                You can use another Arduino (preferably one with built-in USB port, otherwise you will end up in catch-22). https://www.arduino.cc/en/Tutorial/ArduinoISP It has the added benefit that you can set fuses. You will be unable to use the serial port for debugging though.

                I would just order from some place(s) else and hope to get a working adapter. I have ordered 5 and all of them work on my Win7 machine. You could also try the CH340 chip.

                1 Reply Last reply
                1
                • Charly86C Offline
                  Charly86C Offline
                  Charly86
                  wrote on last edited by
                  #15

                  What I've done is to buy some of these pretty USB/Serial adapters, from tindie
                  https://www.tindie.com/products/ddebeer/usb-to-serial--uart-5v-or-33v-695-/
                  with 5V/3V3 on board switch, CH341 chipset, and 3V3 on board regulators for ESP8266 for example

                  Time you win, problem went away, and bye bye FTDI problems, seriously Worth it !!!

                  1 Reply Last reply
                  0
                  • masterkenobiM masterkenobi

                    I am facing the same problem. I purchased my FTDI FT232RL from http://www.ebay.com/itm/-/111864322684

                    When I plugged it into my Windows 7 PC, it pops up this error...

                    0_1463383142593_2016-05-16_151811.png

                    In my device manager, I sees Unknown Device under Universal Serial Bus Controllers...

                    0_1463383347647_2016-05-16_152111.png

                    I have tried update the drivers using various versions such as...

                    • http://www.ftdichip.com/Drivers/CDM/CDM v2.12.04 WHQL Certified.zip
                    • http://www.ftdichip.com/Drivers/CDM/CDM v2.12.16 WHQL Certified.zip
                    • http://www.ftdichip.com/Drivers/CDM/CDM21216_Setup.exe
                    • http://www.ftdichip.com/Drivers/CDM/CDM v2.10.00 WHQL Certified.zip

                    All still give me the same error.

                    When I use a tool called USBView downloaded from http://www.ftdichip.com/Support/Utilities.htm#MicrosoftUSBView , it shows me...

                    0_1463384007189_2016-05-16_153312.png

                    Both idVendor and idProduct are 0x0000

                    Then I use MProg 3.5 downloaded from http://www.ftdichip.com/Support/Utilities.htm#MProg . After I press scan, it says...

                    Number Of Blank Devices = 0
                    Number Of Programmed Devices = 0

                    0_1463384200844_2016-05-16_153548.png

                    I have wasted a lot of time to get this working. I really don't want to replace my unit with the same thing as I afraid the same problem will happen again. I am wondering is there any other ways to upload the sketches to my Arduino Pro Mini?

                    YveauxY Offline
                    YveauxY Offline
                    Yveaux
                    Mod
                    wrote on last edited by
                    #16

                    @masterkenobi from what I've heard, FTDI has reverted their software so it won't brick fake chips anymore. If this is true, it is very unlikely you're hit by this issue, unless your windows 7 PC was very behind on updates and you just happen to have the flaked driver.
                    I think it's much more likely you received a board with a defect, or even with a dummy FTDI chip.

                    http://yveaux.blogspot.nl

                    1 Reply Last reply
                    0
                    • hekH hek

                      If you have an Uno around your can use that for programming the ProMini.

                      http://www.instructables.com/id/Arduino-Pro-Mini-Stand-Make-It-Reusable/
                      http://www.instructables.com/id/Uploading-sketch-to-Arduino-Pro-Mini-using-Arduino/

                      masterkenobiM Offline
                      masterkenobiM Offline
                      masterkenobi
                      wrote on last edited by
                      #17

                      @hek said:

                      If you have an Uno around your can use that for programming the ProMini.

                      Thank you very much! Now time to dig out my old spare Uno.

                      @mfalkvidd said:

                      I would just order from some place(s) else and hope to get a working adapter. I have ordered 5 and all of them work on my Win7 machine. You could also try the CH340 chip.

                      Thanks. May I know where did you buy them from? CH340 chip? Also from FTDI?

                      @Charly86 said:

                      What I've done is to buy some of these pretty USB/Serial adapters, from tindie
                      https://www.tindie.com/products/ddebeer/usb-to-serial--uart-5v-or-33v-695-/

                      Thanks. But after add shipping, I feel it is not worth it compare to get a new Uno from the nearest electronic shop.

                      @Yveaux said:

                      unless your windows 7 PC was very behind on updates and you just happen to have the flaked driver.

                      My Windows is auto updating itself and I don't think it is a flaked driver cause I have installed multiple versions of the drivers.

                      YveauxY mfalkviddM 2 Replies Last reply
                      0
                      • masterkenobiM masterkenobi

                        @hek said:

                        If you have an Uno around your can use that for programming the ProMini.

                        Thank you very much! Now time to dig out my old spare Uno.

                        @mfalkvidd said:

                        I would just order from some place(s) else and hope to get a working adapter. I have ordered 5 and all of them work on my Win7 machine. You could also try the CH340 chip.

                        Thanks. May I know where did you buy them from? CH340 chip? Also from FTDI?

                        @Charly86 said:

                        What I've done is to buy some of these pretty USB/Serial adapters, from tindie
                        https://www.tindie.com/products/ddebeer/usb-to-serial--uart-5v-or-33v-695-/

                        Thanks. But after add shipping, I feel it is not worth it compare to get a new Uno from the nearest electronic shop.

                        @Yveaux said:

                        unless your windows 7 PC was very behind on updates and you just happen to have the flaked driver.

                        My Windows is auto updating itself and I don't think it is a flaked driver cause I have installed multiple versions of the drivers.

                        YveauxY Offline
                        YveauxY Offline
                        Yveaux
                        Mod
                        wrote on last edited by
                        #18

                        @masterkenobi said:

                        I don't think it is a flaked driver cause I have installed multiple versions of the drivers

                        The point is that once you have the driver installed that will brick your fake FTDI adapter, and you then connect the fake adapter, the driver will immediately destroy the adapter.
                        Once this has happened, the adapter can no longer be used, with any driver. Switching drivers will not make a difference.

                        http://yveaux.blogspot.nl

                        1 Reply Last reply
                        0
                        • masterkenobiM masterkenobi

                          @hek said:

                          If you have an Uno around your can use that for programming the ProMini.

                          Thank you very much! Now time to dig out my old spare Uno.

                          @mfalkvidd said:

                          I would just order from some place(s) else and hope to get a working adapter. I have ordered 5 and all of them work on my Win7 machine. You could also try the CH340 chip.

                          Thanks. May I know where did you buy them from? CH340 chip? Also from FTDI?

                          @Charly86 said:

                          What I've done is to buy some of these pretty USB/Serial adapters, from tindie
                          https://www.tindie.com/products/ddebeer/usb-to-serial--uart-5v-or-33v-695-/

                          Thanks. But after add shipping, I feel it is not worth it compare to get a new Uno from the nearest electronic shop.

                          @Yveaux said:

                          unless your windows 7 PC was very behind on updates and you just happen to have the flaked driver.

                          My Windows is auto updating itself and I don't think it is a flaked driver cause I have installed multiple versions of the drivers.

                          mfalkviddM Offline
                          mfalkviddM Offline
                          mfalkvidd
                          Mod
                          wrote on last edited by mfalkvidd
                          #19

                          I would just order from some place(s) else and hope to get a working adapter. I have ordered 5 and all of them work on my Win7 machine. You could also try the CH340 chip.

                          Thanks. May I know where did you buy them from? CH340 chip? Also from FTDI?

                          These all have worked well for me (but I might have been lucky):
                          http://www.aliexpress.com/item/1pc-FTDI-FT232RL-USB-to-TTL-Serial-Converter-Adapter-Module-5V-and-3-3V-For-Arduino/32372517403.html
                          http://www.aliexpress.com/item/Free-Shipping-1pcs-FT232RL-FTDI-USB-3-3V-5-5V-to-TTL-Serial-Adapter-Module/32481520135.html
                          http://www.ebay.com/itm/291517200596 (no longer available unfortunately but it should be easy to find similar)

                          1 Reply Last reply
                          0
                          • Charly86C Offline
                            Charly86C Offline
                            Charly86
                            wrote on last edited by Charly86
                            #20

                            @masterkenobi

                            Yes it's more expensive, but compared to the days I spent thinking I had a problem with my code and it was just a driver change that broke everything, trust me, in my case, worth it (and it was 2nd time of driver problem, so we'll have again and again in the future). By the way, on the link I posted, they have on board regulator and 5V/3V3 switch that make them suitable for powering ESP modules that the other can't do seriously ;-) Love them

                            Anyway, any chinese FTDI chip claiming FTDI original are fake, trust me I've got 10, all fakes and I even built my own with chinese FT232 chip bought on ebay, and guess what, they're also fake.

                            But any other cheap chip other than FTDI will works ;-)

                            This one should do the trick
                            http://www.ebay.com/itm/USB2-0-To-TTL-6Pin-Converter-Arduino-CH340G-for-STC-PRO-Serial-Replace-PL2303-/321754572767?hash=item4aea1127df:g:12MAAOSwymxVPddi

                            1 Reply Last reply
                            1
                            • hekH hek

                              If you have an Uno around your can use that for programming the ProMini.

                              http://www.instructables.com/id/Arduino-Pro-Mini-Stand-Make-It-Reusable/
                              http://www.instructables.com/id/Uploading-sketch-to-Arduino-Pro-Mini-using-Arduino/

                              masterkenobiM Offline
                              masterkenobiM Offline
                              masterkenobi
                              wrote on last edited by
                              #21

                              @hek said:

                              If you have an Uno around your can use that for programming the ProMini.

                              http://www.instructables.com/id/Arduino-Pro-Mini-Stand-Make-It-Reusable/
                              http://www.instructables.com/id/Uploading-sketch-to-Arduino-Pro-Mini-using-Arduino/

                              It's weekend and I finally have the time to give this another chance and guess what? It works! I manage to upload the sketch to my Pro Mini and successfully created my first ever MySensors sensor! Thank you so much for that!

                              1 Reply Last reply
                              2
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              14

                              Online

                              11.7k

                              Users

                              11.2k

                              Topics

                              113.0k

                              Posts


                              Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • MySensors
                              • OpenHardware.io
                              • Categories
                              • Recent
                              • Tags
                              • Popular