-
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpo...
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。
usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-Usb port communication which has been used as a module, the user can use the following function on the usb port can easily read and write:
unsigned char D12_WriteEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) This is the endpoint usb output function, endp is to communicate the endpoint, the value for 3 (common endpoint, the first transmission maximum 16byte) or 5 ( the main endpoint, the first transmission maximum 64byte) len Length of output data for the first time * buf location for data.
usb endpoint data is read
- 2023-06-14 23:15:04下载
- 积分:1
-
bu shi hen hao bao han yi xia
bu shi hen hao bao han yi xia-hen hao bu shi yi xia Jane han
- 2023-07-11 13:05:04下载
- 积分:1
-
一段键盘处理源码,包括按键处理、AD采样等功能。
一段键盘处理源码,包括按键处理、AD采样等功能。-Section of the keyboard handle source, including the key treatment, AD sampling and other functions.
- 2022-02-13 02:00:39下载
- 积分:1
-
TEA5767做的数字收音机,具有自动搜台,手动搜台,保存功能
TEA5767做的数字收音机,具有自动搜台,手动搜台,保存功能-TEA5767 do digital radio with automatic station search, manual station search, save function
- 2023-08-28 20:20:06下载
- 积分:1
-
一个M1读卡器的驱动程序,基于51单片机
一个M1读卡器的驱动程序,基于51单片机-an M1 reader of the driver, based on 51 MCU
- 2022-03-19 07:54:07下载
- 积分:1
-
This procedure is implemented on PIC Singlechip CAN communication protocol, usin...
本程序是在PIC单片机上实现的CAN通信协议,使用的是C语言编程,具有详细的注释。-This procedure is implemented on PIC Singlechip CAN communication protocol, using a C language programming, with detailed notes.
- 2022-03-30 09:28:39下载
- 积分:1
-
c8051f021单片机资料
c8051f021单片机资料-c8051f021
- 2022-01-25 15:25:10下载
- 积分:1
-
的事情
我觉得挺有用的东西-the things
- 2022-04-27 23:48:06下载
- 积分:1
-
KEIL中有关电子时钟的源程序,可以在KEIL中模拟实现电子时钟
KEIL中有关电子时钟的源程序,可以在KEIL中模拟实现电子时钟-KEIL in the electronic clock source, you can simulate KEIL realize electronic clock
- 2022-03-28 14:25:24下载
- 积分:1
-
keil8.0的汉化,只是汉化菜单,其帮助文件没有汉化
keil8.0的汉化,只是汉化菜单,其帮助文件没有汉化-keil8.0 a Chinese, a Chinese menu only, to help document does not finished
- 2022-04-20 13:55:20下载
- 积分:1