Usb To Serial Converter Chip
Usb To Serial Converter Chip 4,3/5 8357 votes
  1. Usb To Serial Converter Chips
  2. Usb To Serial Adapter Prolific Pl2303 Chipset Driver
Active7 years, 11 months ago

I have an USB <-> RS232 converter with no designation of producer on it. After plugging it into USB port on Windows Vista 64bit computer I chose an option to automatically find and install drivers from Windows Update site. Drivers (for USB Serial Converter and USB Serial Port) were successfully installed. In Device Manager, in section Universal Serial Bus controllers in context menu for USB Serial Converter in the field Manufacturer there's FTDI.

Did Win 10 Pro update on a couple production machines last night and now have found that the update removed existing, working support for a USB to DB9 serial converter that I was using to control equipment. Reliability and a high performance FTDI Chip puts the GM-485422 USB to RS485, RS422 serial converter at the cutting edge of serial communication. With a terminal board connector included, this small, portable, and convenient solution is a must have tool. Working format: Asynchronous, point to point, point to multi-point, half duplex.

How can I find out which type of chip (I guess it's one of those listed at http://www.ftdichip.com/Products/ICs.htm) is used in my converter?

EDIT

Hardware Id is USBVID_0403&PID_6001&REV_0400

ChipGenius reports this

Ftdi chip usb to serial

Device Name: +USB Serial Converter

PnP Device ID: VID = 0403 PID = 6001 Serial Number: FTDIC6JT Revision: (Information not returned)

Device Type: Standard USB device - USB2.0 Full-Speed (USB1.1)

Chip Vendor: (No match record) Chip Part-Number: (No match record)

Electric quilt software for pc. Right click on an empty area of the start screen.

Product Vendor: USB Product Model: Serial Converter

Tools on Web: (N/A)

Piotr Dobrogost
Piotr DobrogostPiotr Dobrogost
2,48313 gold badges47 silver badges71 bronze badges

3 Answers

Usb To Serial Converter Chips

Try USBDeview to get the vendor ID, then look it up on a vendor list here or here

.

Or use Device manager to find the vendor ID

.

There is also a utility called chip genius referred to on this page.

MoabConverterMoab
52.6k14 gold badges98 silver badges161 bronze badges

It appears there's no reliable way to find out what chipset is used. I wrote to FTDI's support giving VID and PID and they replied it's FT232B chipset. However, when I proposed to put mapping from VID,PID to chipset on their site Gordon Lunn from FTDI replied

VID/PID does not guarantee a chip type or how it is used. Customers can change these parameters in an EEPROM.

Much less one can find out what settings were applied; when I asked

Is it possible to know voltage level (3,3V or 5V)?

Gordon replied

Not without physically measuring them.

Piotr DobrogostPiotr Dobrogost
2,48313 gold badges47 silver badges71 bronze badges

There is an open source library -- libftdi [1] -- that can read the chip eeprom and decode the chip type from it's values, but this assumes no one messed with the eeprom data.

The eeprom has some extra IDs on it, and the library knows how to map those IDs to the right chip.
Off course this assumes the eeprom was not modified latter after the factory release, but for the general case this doesn't happen, so maybe it's enough for you.

Usb To Serial Adapter Prolific Pl2303 Chipset Driver

[1] http://www.intra2net.com/en/developer/libftdi/

nlucasnlucas

Not the answer you're looking for? Browse other questions tagged windowsusbserial-portdevice-managerchipset or ask your own question.