代码搜索:实时接收
找到约 10,000 项符合「实时接收」的源代码
代码结果 10,000
www.eeworm.com/read/436413/7770198
_h twi_master_polling._h
#ifndef _TWI_MASTER_POLLING_H
#define _TWI_MASTER_POLLING_H
#include
#include
#include "usart_m8.h"
#include "delay.c"
//TWI状态定义
//MT 主方式传输 MR 主方式接收
#define START 0x08
www.eeworm.com/read/436413/7770202
h twi_master_polling.h
#ifndef _TWI_MASTER_POLLING_H
#define _TWI_MASTER_POLLING_H
#include
#include
#include "usart_m8.h"
//TWI状态定义
//MT 主方式传输 MR 主方式接收
#define START 0x08
#define RE_START
www.eeworm.com/read/435963/7780328
c main.c
#define MAIN_C
#include "includes.h"
/***************************/
/*串口通信*/
/*晶振为4MHz*/
/*波特率为9600bps*/
/*发送采用查询方式,中断采用接收方式*/
/*当收到的字符达到所定义的长度时,则在LCD上显示收到的字符*/
/***************************/
#
www.eeworm.com/read/399878/7828852
c to.c
#include
#include
void main(void)
{
char xdata * XROM;
char a;
int Aa = 0xFB1C;
long Ba = 0x893B7832;
float Ca = 3.4534;
SCON = 0x50; //串口方式1,允许接收
TMOD = 0x2
www.eeworm.com/read/298156/7972208
txt 文件说明.txt
sim\testbench.v 顶层模块的测试程序
sim\Tdata.v 测试向量
src\laps_management.v LAPS处理顶层模块
src\data_receive.v 从信源接收数据的模块
src\fifo_trans.v 发送缓存FIFO模块
src\enframe.v
www.eeworm.com/read/142816/12916443
c 24e1.c
/*=====================================================================
*
* nRF24E1-Quick-Dev快速开发系统源代码
* 2003.7.1
* 功能:
* 1.nRF24E1的初始化控制
* 2.nRF24E1的数据发射与数据接收
* 3.串口通信
* 4.由 Keil C5
www.eeworm.com/read/329709/12937495
c ir_shu_ma_guan.c
/****************************************
程序功能:红外一体化接收遥控器的编码并解码,
LED数码管显示遥控器按下的数字,并且如果
红外解码成功的话, 蜂鸣器发出"滴滴"的声音
表示解码成功
****************************************/
#include
#inc
www.eeworm.com/read/142501/12942950
txt wm-01tc源程序.txt
;2003.07.08,use 89c52
UART_RX_BIT BIT P2.5 ; 接收卡号,接模块TTL232 发送端
ICNUM_IN BIT P3.2 ; 读卡中断,接int0
TimeCount1 EQU 30H ;120US
TimeCount2 EQ
www.eeworm.com/read/243364/12946080
c 24e1.c
/*=====================================================================
*
* nRF24E1-Quick-Dev快速开发系统源代码
* 2003.7.1
* 功能:
* 1.nRF24E1的初始化控制
* 2.nRF24E1的数据发射与数据接收
* 3.串口通信
* 4.由 Keil C5
www.eeworm.com/read/325976/13172105
c testmain.c
//主程序
#include
#include
extern int TESTscan();
char Scanin[300],Scanout[300]; //用于接收输入输出文件名
FILE *fin,*fout; //用于指向输入输出文件的指针
void main(){
int es=0;
es=TESTscan();//调词法分析