-
用C51语言开发,相当有趣,附详细文档及硬件电路图
用C51语言开发,相当有趣,附详细文档及硬件电路图-with C51 language development, very interesting, with detailed documentation and hardware circuit
- 2022-02-07 04:25:54下载
- 积分:1
-
红外资料,详细的介绍了一些红外的资料,内容比较详细
红外资料,详细的介绍了一些红外的资料,内容比较详细-Infrared data, a detailed introduction a number of infrared data, content in more detail
- 2022-03-24 21:29:51下载
- 积分:1
-
本程序实现74HC165芯片的使用功能,在51单片机上实现
本程序实现74HC165芯片的使用功能,在51单片机上实现-this program is to tell how to use 74hc165 on 51 single chip controlere
- 2022-01-22 07:31:55下载
- 积分:1
-
Wei Fu Lab2000P single
伟福 Lab2000P单片机仿真实验系统-Wei Fu Lab2000P single-chip simulation system
- 2022-04-09 22:48:13下载
- 积分:1
-
MSP单片机开发应用实例,适用于任何型号
MSP单片机开发应用实例,适用于任何型号-MSP development and application of single-chip example, apply to any model
- 2022-01-25 14:37:02下载
- 积分:1
-
Successful transplantation Singlechip uc/os
移植成功的单片机uc/os-II代码,效果很好的-Successful transplantation Singlechip uc/os-II code, the effect of good
- 2022-11-25 20:15:03下载
- 积分:1
-
STM32的FSMC驱动TFT液晶显示屏
STM32 FSMC 驱动TFT LCD-STM32 FSMC drive TFT LCD
- 2023-07-23 12:20:04下载
- 积分:1
-
其中的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
-
编译环境为ADS, 用于proteus仿真,基于ARM7芯片
编译环境为ADS, 用于proteus仿真,基于ARM7芯片-Compiler environment for ADS, for the Proteus simulation, based on the ARM7 chip
- 2022-06-29 12:25:28下载
- 积分:1
-
一个简单的串口通信程式,用vb开发环境。
主要实现单片机与pc机的通信程式。...
一个简单的串口通信程式,用vb开发环境。
主要实现单片机与pc机的通信程式。-a simple serial communication program with Visual Basic development environment. SCM and main pc machine communication program.
- 2022-01-26 06:11:49下载
- 积分:1