USB Virtual Serial Device

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

USB Virtual Serial Device

690 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mshrestha789 on Mon May 19 01:08:12 MST 2014
Hello friends,

I am using nxpUSBLib to make virtual serial device. I am using LPC4370 microcontroller. I've followed example code of nxpUSBlib for this purpose. During compilation it doesn't show any error however when I run the program, in PC, it first shows "installing device driver", then it shows "Device driver software was not successfully installed". I've tried to debug this program, but no success. So please help me regarding this.
标签 (1)
0 项奖励
1 回复

604 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by drs on Fri May 23 14:30:50 MST 2014
The device mode drivers in nxpUSBLib are no longer supported. I suggest you get the latest version of LPCOpen Platform for the LPC4370 (http://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc43xx-packages) and try either the cdc_uart or cdc_vcom example. The cdc_vcom example is a simple loopback so that should be the easiest one to test.

These examples have certified Windows drivers (.inf and .cat) that go with them. They are located in the right-most column of the table that holds the releases.
0 项奖励