-
关于单片机(51系列)通过GPRS模块(LT8030)和服务器进行通信...
关于单片机(51系列)通过GPRS模块(LT8030)和服务器进行通信-on SCM (51) via GPRS module (LT8030), and communications servers
- 2022-03-24 05:11:33下载
- 积分:1
-
LED路灯控制程序,5小时后,将LED路灯关闭
LED路灯控制程序,5小时后,将LED路灯关闭
- 2022-09-09 11:10:03下载
- 积分:1
-
控制电机运动的C51单片机程序,包括:定量运动,速度设置,状态查询等...
控制电机运动的C51单片机程序,包括:定量运动,速度设置,状态查询等-Control motor movement, C51 Singlechip procedures, including: quantitative movement, speed settings, status query, etc.
- 2022-02-03 03:47:40下载
- 积分:1
-
51单片机经典程序代码,扩展性,实用性极强,能用到各种模块中,热切的欢迎大家下载使用。...
51单片机经典程序代码,扩展性,实用性极强,能用到各种模块中,热切的欢迎大家下载使用。-Classic 51 Single-chip code, scalable, highly practical, can be used in a variety of modules, fervent welcome to download.
- 2022-01-24 18:27:59下载
- 积分:1
-
STC89C58RD+ Series software spi
STC89C58RD+系列软件实现spi-STC89C58RD+ Series software spi
- 2022-02-03 03:51:59下载
- 积分:1
-
the procedures provided ADuC812 SCM ad/da testing procedures.
本程序提供了ADuC812单片机的ad/da测试程序。-the procedures provided ADuC812 SCM ad/da testing procedures.
- 2022-03-21 22:01:21下载
- 积分:1
-
传输C8051F340的USB驱动器固件,C8051F340的USB传输固件
c8051f340 USB传输 固件驱动, c8051f340 USB传输 固件驱动,-transmission c8051f340 USB drive firmware, c8051f340 USB transmission firmware-driven,
- 2023-06-27 16:00:03下载
- 积分:1
-
ARM S3C4510B系统中的异常中断技术.pdf
ARM S3C4510B系统中的异常中断技术.pdf-Interuppt_S3C4510B.rar-ARM S3C4510B system abnormal disruption technology. Pdf-Interuppt_S3C4510B.rar
- 2023-07-23 02:10:02下载
- 积分:1
-
Procedures for a group of IO lantern mouth with the other eight lights accelerat...
走马灯程序 一组IO口8个灯 另外带加速减速功能 初学单片机编写的 硬件测试通过 -Procedures for a group of IO lantern mouth with the other eight lights accelerate the slowdown in the preparation of functional single-chip hardware novice test
- 2022-08-06 10:43:41下载
- 积分: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