代码搜索:实时接收

找到约 10,000 项符合「实时接收」的源代码

代码结果 10,000
www.eeworm.com/read/25885/952105

51

礦ision3 Build Log Project: E:\开发板\12-红外接收\1602遥控解码\1602jm.uv2 Project File Date: 07/01/2010 Output:
www.eeworm.com/read/26759/963835

c usart.c

/************************************************************** ** 精英STM32开发板 ** 版本:V1.0 ** 功能: 不断查询串口状态,看串口是否收到数据 串口1配置如下 115200,8,N,1 本串口程序是接收到什么字符就返回什么字符 使用我提供的串口调试工具,选择【串口超级
www.eeworm.com/read/26759/964423

c main.c

/************************************************************** ** 精英STM32开发板 ** 版本:V1.0 ** 功能: 不断查询串口状态,看串口是否收到数据 串口1配置如下 115200,8,N,1 本串口程序是接收到什么字符就返回什么字符 使用我提供的串口调试工具,选择【串口超级
www.eeworm.com/read/26759/964472

c main.c

/************************************************************** ** 精英STM32开发板 ** 版本:V1.0 ** 功能: 不断查询串口状态,看串口是否收到数据 串口1配置如下 115200,8,N,1 本串口程序是接收到什么字符就返回什么字符 使用我提供的串口调试工具,选择【串口超级
www.eeworm.com/read/27577/984800

plg 232_jieshou.plg

礦ision Build Log Project: D:\优盘\项目\OK-NRF24L01\24L01资料\源程序-接收\232_jieshou.uvproj Project File Date: Output:
www.eeworm.com/read/27624/987003

plg ircom.plg

礦ision3 Build Log Project: D:\新版程序\红外接收\遥控解码通过电脑串口显示\IRCOM.uv2 Project File Date: 07/08/2008 Output:
www.eeworm.com/read/27997/992286

c tf.c

#include #include void main(void) { unsigned char True = 1; //定义 unsigned char False = 0; SCON = 0x50; //串口方式1,允许接收 TMOD = 0x20; //定时器1定时方式2 TH1 = 0xE8; //11.059
www.eeworm.com/read/27997/992292

c 7-2.c

#include #include void main(void) { unsigned char True = 1; //定义 unsigned char False = 0; SCON = 0x50; //串口方式1,允许接收 TMOD = 0x20; //定时器1定时方式2 TH1 = 0xE8; //11.059
www.eeworm.com/read/35687/1060360

c uart_sub.c

//串口通信从机程序 //收到主机发来的数据后发回给主机,并用led显示接收的数据 #define uint unsigned int #include #include #include "uart2.h" //延时 s_ms(uint aa) { for(;aa>0;aa--); } //主函数 main() {
www.eeworm.com/read/37067/1067953

c rs232.c

/*----------------------------------------------- 名称:串口通信 日期:2009.5 修改:无 内容:连接好串口或者usb转串口至电脑,下载该程序,打开电源 打开串口调试程序,将波特率设置为9600,无奇偶校验 晶振11.0592MHz,发送和接收使用的格式相同,如都使用