-
源程序51与PC通信原理及实现.rar
源程序51与PC通信原理及实现.rar-source 51 and PC Communication Theory and Implementation. Rar
- 2022-03-13 10:01:48下载
- 积分:1
-
AVR单片机与温度传感器PT100测量程序
用AVR单片机实现的PT100温度传感器测温程序-AVR MCU with PT100 temperature sensor measurement procedures
- 2022-12-07 03:20:03下载
- 积分:1
-
一个把位图文件转换成LCD显示自模的应用程序,非常好用,一般用来在PDA显示动画而用...
一个把位图文件转换成LCD显示自模的应用程序,非常好用,一般用来在PDA显示动画而用-put a bitmap file conversion into LCD display module from the application procedures, very good, generally used for the PDA shows using animation
- 2022-01-22 16:03:19下载
- 积分:1
-
Keeloq Workshop simple
Keeloq Workshop simple
- 2023-07-09 19:40:03下载
- 积分:1
-
智能车上的源代码,汽车能自动避开障碍物,自动…
关于智能小车的源程序,小车可以自动避障,自动检测黑线刹车-Smart car on the source code, cars can automatically avoid obstacles, automatically detects black line braking
- 2022-11-23 10:35:03下载
- 积分:1
-
ARM LPC2114 LCD1602源码
ARM LPC2114 LCD1602源码-ARM LPC2114 LCD1602 source
- 2022-03-17 22:07:45下载
- 积分:1
-
脉冲发生测试.此程序为AD9850(DDS)直接数字频率合成器C语言源码。用125M的有源晶振,频率无失真输出可达到40M。...
脉冲发生测试.此程序为AD9850(DDS)直接数字频率合成器C语言源码。用125M的有源晶振,频率无失真输出可达到40M。-Impulse test. This procedure for the AD9850 (DDS) Direct Digital Frequency Synthesizer C language source code. With 125M active crystal, the frequency output can be achieved without distortion 40M.
- 2023-07-30 17:20:03下载
- 积分:1
-
TS-1620原理图和程序 TS-1620原理图和程序-TS-1620 schematic diagram and procedures for TS-1620 schematic diagram and procedures
- 2022-07-11 05:25:15下载
- 积分:1
-
环境:keil c51 I2C调度工具
环境:keil c51 i2c调度工具-environment : Keil decoder i2c scheduling tools
- 2022-10-21 04: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