文件名称:C# USB操作类和Demo例子
文件大小:174KB
文件格式:7Z
更新时间:2014-10-06 05:00:47
USB 操作类 例子
USB设备中有两个重要的ID:Vender ID 和 Product ID;他们的意思分别为“厂家标识”和“产品标识”。同一个类型的设备,Vender ID和Product ID是一样的。USB 设备驱动的硬件接口需要根据Vender ID 和 Product ID来识别设备。(里面附有简单的说明文档)
【文件预览】:
USBClassLibraryDemo
----bin()
--------Release()
--------Debug()
----USBClassLibrary.dll(17KB)
----USBClassLibraryDemo.sln(927B)
----Program.cs(490B)
----obj()
--------Debug()
----Main.resx(6KB)
----Main.cs(5KB)
----app.config(69B)
----USBClassLibraryDemo.csproj.user(452B)
----Main.Designer.cs(19KB)
----USBClassLibraryDemo.csproj(5KB)
----Properties()
--------Resources.resx(5KB)
--------Settings.settings(249B)
--------AssemblyInfo.cs(1KB)
--------Settings.Designer.cs(1KB)
--------Resources.Designer.cs(3KB)
USBClassLibrary
----bin()
--------Release()
--------Debug()
----USBClassLibrary.suo(24KB)
----obj()
--------Release()
--------Debug()
----USBClass.cs(65KB)
----USBClassLibrary.csproj(3KB)
----USBClassLibrary.sln(1KB)
----Properties()
--------AssemblyInfo.cs(2KB)
USB读取类说明文档.docx