Announcement

Collapse
No announcement yet.

Problems with latest Prolific USB-to-serial comm port driver

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Prolific Latest Driver

    I found the 3.4.42.258 version dated 11/12/2012 at the following web site:

    http://www.driverhive.com/driverdeta...rial+Comm+Port

    Hope this helps

    ~~Phil~~

    Comment


      #17
      thanks
      renaatdb

      Comment


        #18
        downloaded from above site, got 3.4.36.247
        but shows error code 10
        upped ver memory, but what is "quota" ? and how do I up ?
        running 16 gig...
        Ubuntu on the Intel NUC ( 8i5BEK ), 32 G, 250G SSD, V4 Pro 😎

        Comment


          #19
          would you believe... it was as easy as hit "roll back driver"... go figure
          Ubuntu on the Intel NUC ( 8i5BEK ), 32 G, 250G SSD, V4 Pro 😎

          Comment


            #20
            I got so fed up that I bought a 3.3V rs232 level converter from Sparkfun Electronics and converted it back to a plain RS232 interface.

            Works like a charm and no driver required.

            Comment


              #21
              Fix Found

              I found this online and it seemed to fix the problem. Depending on your system you might only need to take a few of these steps. Others will need to do it all. But it works! Close to Serial's suggestion (see above posts).

              From http://www.edaboard.com/thread273835.html:

              I thought it worth pasting here, since possibly many people use USB-Serial converters. I have several different types, and the PL2303 ones don't work on Win7 64-bit. Maybe they are not "genuine" PL2303 chips inside. Mine were purchased from Maplin UK.

              Anyway, the root of the problem is that the most recent drivers are incompatible with some of the PL2303 USB Serial converters, and the older (working) driver cannot be found on official sites (maybe to encourage people to purchase new USB to Serial interfaces).

              First step is to uninstall from Device Manager if you have already plugged in the device. The drivers that you need can be found via google; search for a file called
              PL2303_Prolific_GPS_AllInOne_1013.exe (file size was 3,052,939 bytes).
              EDIT:Here is a link to the file: http://www.2shared.com/file/gCv40U0S...llinone_1.html
              Once found, double-click to install. After installing, the PL2303 USB Serial converter _may_ work on Windows 7.

              If you still get an error marker against the device in Device Manager (and possibly an Error code 10 if you look at the properties of the device) then the problem is, that Windows is still loading the incorrect driver.

              The trick to getting it to operate is a little convoluted but it works:
              Firstly, confirm the symptom by looking at the Driver settings in the Device Manager. If the Driver Version is higher than 3.3.2.105, then Windows is picking up a more recent driver.
              To solve this, you need the help of a text editor that can "Find in Files". An example is UltraEdit. Use the editor (or an alternate method) to search for all *.inf files in C:\Windows\inf that have the following text inside them "Prolific USB-to-Serial". My search found two files; one was called oem42.inf and the other was called oem43.inf. The numbers will vary.
              Inspect the files in a text editor. In my case, the oem42.inf file was the culprit; it contained this text on around line 12: DriverVer=11/12/2012,3.4.42.258 The oem43.inf was the result of installing the
              PL2303_Prolific_GPS_AllInOne_1013.exe software, and it had this correct text:
              DriverVer=10/27/2008,3.3.2.105
              So, I needed to disable the oem42.inf file because it refers to the more recent driver that doesn't work. The easiest way to disable it is to change the filename from oem42.inf to oem42_inf_backup (without the .inf suffix).
              After that, plug in the USB Serial converter, and the correct .inf file will be used to install the driver. Success.

              USB SHUTDOWN ISSUE:
              Go to the USB root hub in device management>right click>properties>advanced> uncheck 'allow to turn off to save power'

              Comment

              Working...
              X