Appendix D: USB-CDC-ACM Device Driver File for Windows Hosts
PremierWave® EN Embedded System on Module User Guide
144
; When developing your USB device, the VID and PID used in the PC side
; application program and the firmware on the microcontroller must
match.
; Modify the below line to use your VID and PID. Use the format as
shown
; below.
; Note: One INF file can be used for multiple devices with different
; VID and PIDs. For each supported device, append
; ",USB\VID_xxxx&PID_yyyy" to the end of the line.
;--------------------------------------------------------------------
[SourceDisksFiles]
[SourceDisksNames]
[DeviceList]
%DESCRIPTION%=DriverInstall, USB\VID_0525&PID_A4A7,
USB\VID_0525&PID_A4AB&MI_02
[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall, USB\VID_0525&PID_A4A7,
USB\VID_0525&PID_A4AB&MI_02
;--------------------------------------------------------------------
; String Definitions
;--------------------------------------------------------------------
;Modify these strings to customize your device
;--------------------------------------------------------------------
[Strings]
Linux = "Linux Developer Community"
DESCRIPTION = "Gadget Serial"
SERVICE = "USB RS-232 Emulation Driver"
2. When Windows prompts for a device driver for the USB connection, point it to this file.
Note:
For Windows 7 installation, it is recommended to manually install the driver
before plugging in the USB cable to the PremierWave EN device port. This can be
done by installing a legacy driver for a COM port, with the Have Disk... option.