Previous in Forum: charger   Next in Forum: How can connection speed be rationed? If it can?
Close
Close
Close
Rate Comments: Nested
Participant

Join Date: Mar 2008
Posts: 4

Net 2888 USB Interface controler Driver

04/04/2009 1:15 PM

Any one send the Driver for Net 2888 USB interface controler.

Thanks

amjadjamil@hotmail.com

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Guru
Canada - Member - New Member

Join Date: May 2006
Location: Montreal, Canada
Posts: 632
Good Answers: 11
#1

Re: Net 2888 USB Interface controller Driver

04/05/2009 7:33 AM

Look at the manufacturer resources: http://www.plxtech.com/

The required driver depends on the controller config.

One main thing about USB drivers is the VID and PID codes embedded in the device firmware, these codes need to be related to the codes in the .inf file pointing to a driver.

For example, I recently build a PIC USB device operating in CDC mode. This is a simple USB port serial emulation. From the Microchip driver, Windows will see and treat the device as a standard serial port. The .inf file is just pointing to a standard Windows driver, usbser.sys in this case.

When I got a PID and VID code for my product, these were included in my device firmware. I then edited the .inf file with the same PID and VID codes, so Windows could validate the .inf file was related to the device being installed. I did not change the line defining witch driver to load.

In your case, the evaluation kit for a compatible chip contains:

This may, or may not be a good starting point for you. The evaluation board seems to be capable of working in serial port emulation mode from a provided example, witch could be the same as yours.

Best may be to search for a driver for the device in which the controller in embedded and skip the reverse engineering, then again, this is an engineering forum...

__________________
''What the hell has my a** got to do with magic?" Don Quixote
Register to Reply
Register to Reply

Previous in Forum: charger   Next in Forum: How can connection speed be rationed? If it can?

Advertisement