USB < > Serial in system properties

W

Wilson

There is something in System Properties with an exclamation point next to
it. It looks like this:

USB < > Serial

I click on search for driver, but it cannot be found. Any suggestions?
 
P

Paul

"Wilson" said:
There is something in System Properties with an exclamation point next to
it. It looks like this:

USB < > Serial

I click on search for driver, but it cannot be found. Any suggestions?

Well, knowing what USB devices are plugged into the computer
would help :)

Some small USB developers, who do not wish to design their
own USB chip, will use a "FTDI chip". FTDI makes a serial
stream device, that allows a small developer to connect
some kind of device that produces a bit stream, to a USB
port. What an "end user" won't understand in a case
like that, is why the USB appliance they bought, has
a "virtual serial port" inside it. It could be that you
need to satisfy this need for an intermediate "virtual
serial port", before the whole function of the USB device
is complete. (I.e. Two drivers needed to make the device
functional, a virtual serial port, plus another level of
driver.)

http://www.ftdichip.com/FTProducts.htm

Using the USB driver disk that came with the USB device
will likely solve this problem, installing whatever is
needed.

Paul
 
W

Wilson

Thanks. That was the fix I needed.

Paul said:
Well, knowing what USB devices are plugged into the computer
would help :)

Some small USB developers, who do not wish to design their
own USB chip, will use a "FTDI chip". FTDI makes a serial
stream device, that allows a small developer to connect
some kind of device that produces a bit stream, to a USB
port. What an "end user" won't understand in a case
like that, is why the USB appliance they bought, has
a "virtual serial port" inside it. It could be that you
need to satisfy this need for an intermediate "virtual
serial port", before the whole function of the USB device
is complete. (I.e. Two drivers needed to make the device
functional, a virtual serial port, plus another level of
driver.)

http://www.ftdichip.com/FTProducts.htm

Using the USB driver disk that came with the USB device
will likely solve this problem, installing whatever is
needed.

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top