• 大小: 76KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-07
  • 语言: C#
  • 标签: C#  HID  源码  

资源简介

C#下开发HID设备的源码+例子 , HIDC#读写类

资源截图

代码片段和文件信息

using System;
using System.Reflection;


// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly


// TODO: Review the values of the assembly attributes


[assembly:Assemblytitle(“USB test application for HIDs“)]
[assembly:AssemblyDescription(“www.lvr.com“)]
[assembly:AssemblyCompany(“Lakeview Research“)]
[assembly:AssemblyProduct(“usbhidio“)]
[assembly:AssemblyCopyright(“c. 1999 by Jan Axelson“)]
[assembly:AssemblyTrademark(““)]
[assembly:AssemblyCulture(““)]

// Version information for an assembly consists of the following four values:

// Major version
// Minor Version
// Revision
// Build Number

// You can specify all the values or you can default the Revision and Build Numbers
// by using the ‘*‘ as shown below


[assembly:AssemblyVersion(“1.0.*“)]




 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         933  2005-03-29 23:38  usbhidio\AssemblyInfo.cs
     目录           0  2007-02-06 15:06  usbhidio\bin\
     目录           0  2007-02-07 12:27  usbhidio\bin\Debug\
     文件       57344  2007-02-07 14:29  usbhidio\bin\Debug\HID_Test_Application.exe
     文件       69120  2007-02-07 14:29  usbhidio\bin\Debug\HID_Test_Application.pdb
     文件        5632  2005-09-23 06:56  usbhidio\bin\Debug\HID_Test_Application.vshost.exe
     文件        1253  2005-04-07 19:31  usbhidio\Debugging.cs
     文件         910  2005-03-30 00:14  usbhidio\DebuggingDeclarations.cs
     文件       17407  2005-04-07 21:43  usbhidio\DeviceManagement.cs
     文件        4690  2005-04-07 17:46  usbhidio\DeviceManagementDeclarations.cs
     文件        2840  2005-04-07 20:33  usbhidio\FileIODeclarations.cs
     文件       73255  2007-02-07 14:26  usbhidio\frmMain.cs
     文件        6593  2007-02-07 10:51  usbhidio\frmMain.resx
     文件       32254  2007-02-06 17:38  usbhidio\Hid.cs
     文件        5027  2005-04-07 20:37  usbhidio\HidDeclarations.cs
     文件         370  2005-03-29 23:32  usbhidio\MainCode.cs
     文件        4400  2007-02-06 15:06  usbhidio\UpgradeLog.xml
     文件        5278  2007-02-06 15:06  usbhidio\USBHIDIO.csproj
     文件        2083  2007-02-06 15:06  usbhidio\USBHIDIO.csproj.user
     文件         899  2007-02-06 15:06  usbhidio\USBHIDIO.sln
     文件       24576  2007-02-07 14:29  usbhidio\USBHIDIO.suo
     目录           0  2007-02-07 14:26  usbhidio\

评论

共有 条评论