登录
首页 » C# » USBHID

USBHID

于 2020-12-17 发布
0 312
下载积分: 1 下载次数: 12

代码说明:

说明:  C#上位机实现通过USB的HID方式通信(C# realizes HID communication through USB)

文件列表:

USBHID完整例程, 0 , 2017-01-24
USBHID完整例程\Form1.Designer.cs, 6862 , 2017-01-20
USBHID完整例程\Form1.cs, 2739 , 2017-01-24
USBHID完整例程\Form1.resx, 5817 , 2017-01-20
USBHID完整例程\Program.cs, 494 , 2014-11-13
USBHID完整例程\Properties, 0 , 2017-01-20
USBHID完整例程\Properties\AssemblyInfo.cs, 1358 , 2014-11-13
USBHID完整例程\Properties\Resources.Designer.cs, 2877 , 2014-11-13
USBHID完整例程\Properties\Resources.resx, 5612 , 2014-11-13
USBHID完整例程\Properties\Settings.Designer.cs, 1099 , 2014-11-13
USBHID完整例程\Properties\Settings.settings, 249 , 2014-11-13
USBHID完整例程\USBHID.cs, 8903 , 2017-01-24
USBHID完整例程\USBHIDControl.csproj, 3804 , 2014-11-13
USBHID完整例程\USBHIDControl.sln, 867 , 2014-11-14
USBHID完整例程\USBHIDControl.suo, 20480 , 2014-11-14
USBHID完整例程\USBHIDControl.v12.suo, 40960 , 2017-01-24
USBHID完整例程\USBHIDEnum.cs, 901 , 2014-11-13
USBHID完整例程\WindowsAPI.cs, 14637 , 2014-11-13
USBHID完整例程\bin, 0 , 2017-01-20
USBHID完整例程\bin\Debug, 0 , 2017-01-20
USBHID完整例程\bin\Debug\USBHIDControl.exe, 18944 , 2017-01-24
USBHID完整例程\bin\Debug\USBHIDControl.pdb, 52736 , 2017-01-24
USBHID完整例程\bin\Debug\USBHIDControl.vshost.exe, 23168 , 2017-01-24
USBHID完整例程\bin\Debug\USBHIDControl.vshost.exe.manifest, 490 , 2016-07-16
USBHID完整例程\obj, 0 , 2017-01-20
USBHID完整例程\obj\x86, 0 , 2017-01-20
USBHID完整例程\obj\x86\Debug, 0 , 2017-01-24
USBHID完整例程\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache, 5426 , 2017-01-20
USBHID完整例程\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 7020 , 2017-01-20
USBHID完整例程\obj\x86\Debug\GenerateResource.read.1.tlog, 220 , 2014-11-13
USBHID完整例程\obj\x86\Debug\GenerateResource.write.1.tlog, 562 , 2014-11-13
USBHID完整例程\obj\x86\Debug\TempPE, 0 , 2017-01-24
USBHID完整例程\obj\x86\Debug\USBHIDControl.Form1.resources, 180 , 2017-01-20
USBHID完整例程\obj\x86\Debug\USBHIDControl.Properties.Resources.resources, 180 , 2014-11-13
USBHID完整例程\obj\x86\Debug\USBHIDControl.csproj.FileListAbsolute.txt, 1889 , 2017-01-24
USBHID完整例程\obj\x86\Debug\USBHIDControl.csproj.GenerateResource.Cache, 977 , 2017-01-20
USBHID完整例程\obj\x86\Debug\USBHIDControl.csprojResolveAssemblyReference.cache, 9180 , 2017-01-20
USBHID完整例程\obj\x86\Debug\USBHIDControl.exe, 18944 , 2017-01-24
USBHID完整例程\obj\x86\Debug\USBHIDControl.pdb, 52736 , 2017-01-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • senda-recv-file
    socket 客户端和服务端发送和接收文件的源代码(the source code of socket in order to send and receive file)
    2015-05-12 10:37:50下载
    积分:1
  • ason
    此程序为ns2仿真的ason网络,光网络的传输技术在近十几年得到飞速的发展,波分复用(WDM)技术能够让一根光纤承载以百计甚至以千计的波长,而且单个波长能够承载的带宽也在迅速增加。(ASON simulation)
    2009-07-10 14:01:45下载
    积分:1
  • MAZAK
    MQTT连接服务器,定时发布车间信息,收到服务器车间信息请求后,也可以发布车间信息。定时采集机床数据,在界面刷新显示,并通过MQTT按照工厂设备id数据的格式发布至服务器。云端可查看设备状态数据。(MQTT connects to the server and releases shop information regularly. After receiving the information request from the server shop, it can also issue workshop information. Collect machine tool data regularly, refresh it in the interface, and send it to the server through MQTT format according to the ID data of factory equipment. The device status data can be viewed at the cloud end.)
    2020-10-15 15:27:29下载
    积分:1
  • GPS-GPGGA
    GPS输出GPGGA数据及GGA数据解析(GPS GPGGA)
    2013-01-31 09:56:42下载
    积分:1
  • Effective-CSharp
    这本书结合作者的实际经验提出了50个提高C#程序的有效途径,风格类似于有名的《Effective C++》,由于本书是在2004出版的,所以针对C#2.0是否完全合适需要我们的判断,但是也不失为一本很好的参考书。以下是书的目录。每一条目录实际上就是一个specific way。有兴趣的可以可以看看。
    2011-12-22 10:55:27下载
    积分:1
  • GIS_demo
    完整功能的GIS二次开发系统,包含界面 代码清晰(gis )
    2020-12-15 18:39:13下载
    积分:1
  • BMP_ROTATE
    自己按照网上的源码做的3D图形变化的修改,实现一个BMP图片的旋转,基本实现,但还没有完全完成(Your online source according to the 3D graphics make changes changes to implement a BMP image of the rotation, basically, but not entirely complete)
    2010-08-20 10:53:56下载
    积分:1
  • webspider
    说明:  可以从网络上下载网页,采用多线程编程技术,下载速度更快,并可以记录下载网页数量(network can be downloaded from the website, using multithreaded programming techniques, faster download speeds and can be downloaded from the website record number)
    2005-09-11 09:10:50下载
    积分:1
  • speech
    说明:  语音识别系统,是在vc平台编写的,仅供参考(Speech recognition system, for reference only)
    2009-08-19 19:27:39下载
    积分:1
  • UDP_Port
    c#监听指定端口的UDP信息,可灵活读取指定端口信息并分析。(c# UDP listen port specified information, the flexibility to read the specified port information and analysis.)
    2013-08-15 20:57:12下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载