基于流接口驱动模型设计USB设备的驱动程序
Design of the client driver of USB device based on stream interface driver model in the WinCE.Net
-
摘要: 本文介绍了嵌入式操作系统WinCE.Net的USB总线驱动框架,以网眼摄像头驱动程序的设计为例,详细介绍了基于流接口驱动模型设计USB设备驱动程序的过程.测试表明,该设计方案是可行的.Abstract: This paper analyses the framework of USB system software and stream interface driver model based on embedded system WinCE.Net,and specially introduces the development of USB Camera driver with stream interface driver model.