Your browser does not allow scripts
Please click here to view a static table of contents without scripts
FTDIPORT.INF
Return to Introduction  Previous page  Next page
In addition to the modifications made to the FTDIBUS.INF file to accommodate driver matching, the following entries in the FTDIPORT.INF file must be changed to match the VID and PID combination:

   [FtdiHw]
   %
VID_0403&PID_6001.DeviceDesc%=FtdiPort232,FTDIBUS\COMPORT&VID_0403&PID_6001

   [FtdiHw.NTamd64]
   %
VID_0403&PID_6001.DeviceDesc%=FtdiPort2232,FTDIBUS\COMPORT&VID_0403&PID_6001


In the case of the FTDIPORT.INF file, separate entries are not needed for each interface of FT2232 devices as each port of the FT2232 is supported by the same entry:

   [FtdiHw]
   %
VID_0403&PID_6010.DeviceDesc%=FtdiPort232,FTDIBUS\COMPORT&VID_0403&PID_6010

   [FtdiHw.NTamd64]
   %
VID_0403&PID_6010.DeviceDesc%=FtdiPort2232,FTDIBUS\COMPORT&VID_0403&PID_6010


The device description string may be modified to display a custom device port name in the device manager if so desired in the section listed below:

   [Strings]
   VID_0403&PID_6001.DeviceDesc="USB Serial Port"


A sample FTDIPORT.INF file is included in the
appendix.