ðÒÉ×ÅÔÓÔ×ÕÀ áÌÅËÓÅÊ! õ ÍÅÎÑ ÂÙÌÁ ÐÏÈÏÖÁÑ ÐÒÏÂÌÅÍÁ. éÚÍÅÎÉ inf. File. ôÅÂÅ ÄÏÌÖÎÏ ÐÏÍÏÞ ×ÏÔ ÜÔÏ:
Changing the FTD2XX.INF File
If you are using a VID and PID which is different from the default FTDI ones (VID = 0x0403 and PID = 0x6001), you must edit the FTD2XX.INF file using a text editor such as NotePad. You will need to add extra lines into the [FtdiHw] and [ControlFlags] sections containing the new VID and PID. You should also add a description of your product into the [Strings] section as shown.
Do not change any other parts of the supplied INF files unless you are an expert and capable of debugging the results for yourself.
The following example shows a new device with a VID of 0x1234 and a PID of
0x5678 which we shall call "My New Device". In this example, the additional lines are shown in red to highlight them. If the device you are adding is an FT2232C, an entry must be created for each of the ports.
[FtdiHw] %USB\VID_0403&PID_6001.DeviceDesc%=FTD2XX, USB\VID_0403&PID_6001 %USB\VID_1234&PID_5678.DeviceDesc%=FTD2XX, USB\VID_1234&PID_5678
[ControlFlags] ExcludeFromSelect=USB\VID_0403&PID_6001 ExcludeFromSelect=USB\VID_1234&PID_5678
[Strings] Ftdi="FTDI" USB\VID_0403&PID_6001.DeviceDesc="FTDI FT8U2XX Device" USB\VID_1234&PID_4567.DeviceDesc="My New Device" FTD2XX.SvcDesc="FTD2XX.SYS FT8U2XX device driver" WINUN="Software\Microsoft\Windows\CurrentVersion\Uninstall" DriversDisk="FTDI FTD2XX Drivers Disk"
ó Õ×ÁÖÅÎÉÅÍ áÌÅËÓÁÎÄÒ íÁËÁÒÏ×.