-
读写usb
上面的OpenDevice函数就是演示如何根据设备GUID打开一个USB接口的设备,和设备读写通讯的时候就需要了解设备的驱动到底都支持什么方式了...
读写usb
上面的OpenDevice函数就是演示如何根据设备GUID打开一个USB接口的设备,和设备读写通讯的时候就需要了解设备的驱动到底都支持什么方式了。可以使用UsbView工具查看USB设备到底支持几个Endpoint,每个都以什么方式读写。
如果你的设备支持3个EndPoint,0号是控制的,1号是读,2号是写,那你直接读取0号Endpoint,搞不好就会发生重起的问题 -literacy usb above OpenDevice function is to demonstrate how open the equipment GUID a USB interface equipment literacy and communications equipment when there is a need to understand the driving equipment in the end all support the way. UsbView tools can use USB devices in the end View supports several Endpoint. each of the ways to read and write. If your equipment supports three EndPoint, 0, control, on the 1st of reading, writing on the 2nd, you direct read 0, Endpoint, will take place regardless of the starting weight problem
- 2023-04-27 09:00:04下载
- 积分:1
-
读取cpu的序列号和名称,用与对文件的保护处理等.包含源代码for delphi...
读取cpu的序列号和名称,用与对文件的保护处理等.包含源代码for delphi-cpu read the serial numbers and names, and with the protection of the document processing. Included source code for delphi
- 2022-03-20 02:26:27下载
- 积分:1
-
一个虚拟内存实现并分配的程序,windows系统编程
一个虚拟内存实现并分配的程序,windows系统编程-a virtual memory to achieve and allocation procedures, windows system programming
- 2023-08-08 16:10:02下载
- 积分:1
-
本代码穷举系统进程,然后可以杀死进程,用到了 CreateToolhelp32Snapshot 和一些排序操作...
本代码穷举系统进程,然后可以杀死进程,用到了 CreateToolhelp32Snapshot 和一些排序操作-the system code exhaustive process, and then kill the process, and the use of some sort CreateToolhelp32Snapshot operation
- 2022-03-19 18:51:30下载
- 积分:1
-
实现线程之间的通信与互斥
实现线程之间的通信与互斥-achieve communication between threads and Exclusion
- 2022-08-19 20:53:36下载
- 积分:1
-
关于vc的剪贴板的操作工程,
可以参考。
关于vc的剪贴板的操作工程,
可以参考。-vc the clipboard on the operation of the project, they can refer to.
- 2022-07-11 18:45:27下载
- 积分:1
-
Windows用户管理
Windows用户管理-Windows user manages
- 2022-08-22 22:58:31下载
- 积分:1
-
这是编译原理的一个 LL(1)文法预测分析表构造程序
这是编译原理的一个 LL(1)文法预测分析表构造程序-This is the principle of a compiler LL (1) grammar Forecast and Analysis Table tectonic process
- 2022-05-21 17:14:10下载
- 积分:1
-
用vc开发的一个实现得到操作系统版本等信息的程序,包括os, version,build和service...
用vc开发的一个实现得到操作系统版本等信息的程序,包括os, version,build和service-vc used to achieve the development of a version of the operating system information such as procedures, including os, version, build and service
- 2022-01-25 17:06:19下载
- 积分:1
-
Windows NT平台的关机代码包的C语言头文件,只是#…
Windows NT平台下关机代码,封装为C语言头文件,只需#include "xSHUTDOWN.h"即可使用。-Windows NT platform shutdown code package for the C language header files, just# Include xSHUTDOWN.h to use.
- 2022-02-14 10:06:20下载
- 积分:1