Specifications
V850E2/MN4 USB CDC (Communication Device Class) Driver
R01AN0010EJ0101 Rev.1.01 Page 112 of 117
Feb 01, 2012
Since these items are displayed based on information coded in the host driver (in the .inf file), they can be changed by
modifying the .inf file. The figure shows the parts in the .inf file that corresponds to the numbered items above.
1 ; .inf file (Win2000,XP):
2 [Version]
3 Signature="$Windows NT$"
4 Class=Ports
5 ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
6
7 Provider=%RENESAS%
8 LayoutFile=layout.inf
9 DriverVer=10/15/1999,5.0.2153.1 <3>
10
11 [Manufacturer]
12 %RENESAS%=RENESAS
13
14 [RENESAS]
15 %RENESASV850E2MN4%=Reader, USB\VID_045B&PID_0200
16
17 [Reader_Install.NTx86]
18 ;Windows2000
19
20 [DestinationDirs]
21 DefaultDestDir=12
22 Reader.NT.Copy=12
23
24 [Reader.NT]
25 CopyFiles=Reader.NT.Copy
26 AddReg=Reader.NT.AddReg
27
28 [Reader.NT.Copy]
29 usbser.sys
30
31 [Reader.NT.AddReg]
32 HKR,,DevLoader,,*ntkern
33 HKR,,NTMPDriver,,usbser.sys
34 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
35
36 [Reader.NT.Services]
37 AddService = usbser, 0x00000002, Service_Inst
38
39 [Service_Inst]
40 DisplayName = %Serial.SvcDesc%
41 ServiceType = 1 ; SERVICE_KERNEL_DRIVER
42 StartType = 3 ; SERVICE_DEMAND_START
43 ErrorControl = 1 ; SERVICE_ERROR_NORMAL
44 ServiceBinary = %12%\usbser.sys
45 LoadOrderGroup = Base
46
47 [Strings]
48 RENESAS = “Renesas Electronics Corporation” <2>
49 RENESASV850E2MN4 = “Renesas Electronics V850E2/MN4 Virtual UART” <1>
50 Serial.SvcDesc = “USB Serial emulation driver"
Figure 7.7 Notation in the MN4_CDC_XP.inf File