Making changes and customising the INF file

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Making changes and customising the INF file

1,263件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by pra18 on Wed Oct 22 02:04:56 MST 2014
Hi,

I used an example project for the USB CDC class and it now works.

If I want to change the Vendor and Product ID in an .INF  file and customise it to the product that I want to use, what parts of this file do i need to edit?

Also do I need to edit the USB device  descriptors on the firmware side also.

This is just to be sure that we use our registered product IDs when we use this USB driver on our device side.

Thanks in advance,
ラベル(1)
  • USB

0 件の賞賛
返信
2 返答(返信)

1,253件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by pra18 on Sun Oct 26 02:26:56 MST 2014
Hi,

I was able to change the VID and PID in the source as well as in the INF file and later on could able to see that it got properly updated and now it works fine.

Thanks
0 件の賞賛
返信

1,253件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by capiman on Wed Oct 22 02:19:27 MST 2014
Yes, VID and PID are on embedded device and INF file.
To work together, both must match.
Search for current VID and PID in sources, usually not a lot position in source code and INF file,
where they are used.
0 件の賞賛
返信