资源简介

本工程基于libusb-win32-bin-1.2.6.0 开发。 需要先用libusb的驱动程序替换掉原来设备的驱动,就可以通过libusb进行控制,(libusb-win32-bin\bin\inf-wizard.exe可以产生相应设备新的驱动) 1.通过设备的VID和PID打开设备 2.兼容CFI的write10(2A) read(28)命令,如果write10写入少于一个block的数据的话,会先先读出该block数据,再写入 3.增加自定义命令write(AA) read(A8),只是将write10和read10中的transfer length解析为byte数量,而不是block

资源截图

代码片段和文件信息

// stdafx.cpp : source file that includes just the standard includes
// USBCTRL.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include “stdafx.h“




评论

共有 条评论