上一页 1 ··· 211 212 213 214 215 216 217 218 219 ··· 617 下一页

2022年11月2日

摘要: 求一个CYUSB.DLL的函数接口开发文档 阅读全文
posted @ 2022-11-02 17:33 lydstory 阅读(51) 评论(0) 推荐(0)

2022年11月1日

摘要: hid设备: 阅读全文
posted @ 2022-11-01 19:48 lydstory 阅读(18) 评论(0) 推荐(0)
摘要: /* Function Prototypes: */ /** Main function to initialize and start the USB interface. Once active, the USB interface will * allow for device connect 阅读全文
posted @ 2022-11-01 19:34 lydstory 阅读(42) 评论(0) 推荐(0)
摘要: enum USB_Modes_t { USB_MODE_None = 0, /**< Indicates that the controller is currently not initialized in any specific USB mode. */ USB_MODE_Device = 1 阅读全文
posted @ 2022-11-01 19:29 lydstory 阅读(104) 评论(0) 推荐(0)
摘要: 文件universal serial Bus HID Usage Table完整列出所有的usage pages(用途类页)和usage ID(用途识别名),使用者必须遵照文件的规范来声明操作的用途。该文件的附录A有十多个报告描述符的范例 阅读全文
posted @ 2022-11-01 16:20 lydstory 阅读(104) 评论(0) 推荐(0)
摘要: USB/HID设备报告描述符详解 (3) USB描述符即USB设备的信息,系统设备列举所要执行的工作之一,即是取得这些有关于设各的相关信息,之后设备才能被系统识别使用。 在图的描述符中,设备描述符(device descriptor)、配置描述符(configurationdescriptor)、接 阅读全文
posted @ 2022-11-01 16:00 lydstory 阅读(1352) 评论(0) 推荐(0)
摘要: usb report description usb report description usb report description 调整report description 阅读全文
posted @ 2022-11-01 15:48 lydstory 阅读(37) 评论(0) 推荐(0)
摘要: 结构体中的冒号表示位域。位域出现的原因是由于某些信息的存储表示只需要几个bit位就可以表示而不需要一个完整的字节,同时也是为了节省存储空间和方便处理。其表示形式为:struct 位域结构名{ 类型说明符 位域名:位域长度}例如:struct bit_struct{ int bit1:3; int b 阅读全文
posted @ 2022-11-01 15:46 lydstory 阅读(405) 评论(0) 推荐(0)
摘要: ST-Link与stm32必须全部启动连接 debug ST-Link与stm32必须全部启动连接 debug ST-Link与stm32必须全部启动连接 debug 阅读全文
posted @ 2022-11-01 03:34 lydstory 阅读(25) 评论(0) 推荐(0)
摘要: #include "stdafx.h" #include <iostream> using namespace std; typedef unsigned char uint8_t; /* Following USB Device status */ typedef enum { USBD_OK = 阅读全文
posted @ 2022-11-01 03:24 lydstory 阅读(66) 评论(0) 推荐(0)
上一页 1 ··· 211 212 213 214 215 216 217 218 219 ··· 617 下一页

导航