Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 22:38 17 Sep 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : WIN 10 USB TTL adapter

Author Message
DaveC166
Regular Member

Joined: 13/09/2012
Location: New Zealand
Posts: 44
Posted: 08:31pm 12 Dec 2015
Copy link to clipboard 
Print this post

on a rainy sunday morning i decided to upgrade my toshiba Satellite Pro to Win 10, all went well except my Prolific PL-2303HX usb to ttl adapters no longer work. Can any one recomend a source of Win 10 compatible USB TTL converters ?


 
DaveC166
Regular Member

Joined: 13/09/2012
Location: New Zealand
Posts: 44
Posted: 08:38pm 12 Dec 2015
Copy link to clipboard 
Print this post

all 4 usb ttl adapters still work on my Win 7 desktop. the Prolific web site sugests they are fakes
 
Geoffg

Guru

Joined: 06/06/2011
Location: Australia
Posts: 3303
Posted: 10:05pm 12 Dec 2015
Copy link to clipboard 
Print this post

Just what we need, more fake USB TTL adapters and manufacturers making sure that we, the purchaser, take the pain.

I know that this does not help but I have found that adapters based on the Silicon Labs CP2102 chip work well and are very cheap (less than US$2). I was so fed up with the others that I threw them in the bin and bought a dozen of these.
Geoff Graham - http://geoffg.net
 
BobD

Guru

Joined: 07/12/2011
Location: Australia
Posts: 935
Posted: 10:40pm 12 Dec 2015
Copy link to clipboard 
Print this post

Prolific does not provide driver support for these chips for Windows 8 and 10. Here is a link to get the drivers to work on Win 8. It may work with Win 10 also. Good luck.
 
MicroBlocks

Guru

Joined: 12/05/2012
Location: Thailand
Posts: 2209
Posted: 10:56pm 12 Dec 2015
Copy link to clipboard 
Print this post

I still not understand why these USB-Serial are not using the standard Microsoft CDC driver. Must be something in the hardware of the chip that prevents it.
I switched about a year ago to Microchips chips after having problems with the FTDI's (yes probably fake, but how to know when you buy them!)and never had problems since.
They have now 2 versions available and if you check my posts you can see i used a PIC16F1455 to make one myself.
Firmware is available on request.

Microblocks. Build with logic.
 
robert.rozee
Guru

Joined: 31/12/2012
Location: New Zealand
Posts: 2447
Posted: 01:36am 13 Dec 2015
Copy link to clipboard 
Print this post

can the PIC16F1455 be set up to use the microsoft CDC driver? my understanding is that even if a device does use the microsoft driver, you still need to provide windows with a .inf file, although this is just a short text file.

i agree with geoff that the Silicon Labs CP2102 is a good choice - cheap, available, and stable drivers. it seems that nobody has bothered trying to clone the SiLabs devices.


cheers,
rob :-)
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10406
Posted: 02:28am 13 Dec 2015
Copy link to clipboard 
Print this post

  Quote  can the PIC16F1455 be set up to use the microsoft CDC driver?


MicroBlocks's code for the PIC16F1455 that incorporates the ASCII programmer using your work uses the Microsoft CDC driver without anything needing to be installed on the PC (W10)
 
MicroBlocks

Guru

Joined: 12/05/2012
Location: Thailand
Posts: 2209
Posted: 03:40am 13 Dec 2015
Copy link to clipboard 
Print this post

Correct the USB is interrogated and it returns that it implements a CDC device.
For Windows 10 that is enough information. I suspect that it first tries to find the PID/VID combination and uses the CDC as a kind of default. Anyway for the OS it is sufficient to know it is a CDC compliant device.
Older version (i am not sure how old) but for instance windows XP needs a .inf file with the specific VID/PID combination to be able to load a driver.

Microblocks. Build with logic.
 
DaveC166
Regular Member

Joined: 13/09/2012
Location: New Zealand
Posts: 44
Posted: 08:14am 13 Dec 2015
Copy link to clipboard 
Print this post

Thanks, I have just ordered 5 CP2102 based usb ttl adapters on Ebay

This morning i visited www.ifamilysoftware.com/news37.html and downloaded a PL2303 driver installer. Now my Prolific PL-2303HX adapters work on all com ports of my win 10 64bit laptop. There is hope for everyone else that uses the cheap Ebay PL-2303 adapters that may use fake PL-2303HX chipsEdited by DaveC166 2015-12-15
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025