代码搜索:实时接收

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

代码结果 10,000
www.eeworm.com/read/298175/7971686

ini test.ini

signal void ky_1() { SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的 twatch(4090); //等待4090个机器周期 SIN = 0xf1; twatch(4090); SIN = 0xf0; twatch(4090); SIN = 0xf0;
www.eeworm.com/read/197519/7989096

c main.c

#include "reg52.h" #include /*==============*/ /*==系统主函数==*/ /*==============*/ unsigned char idata MBFrame_OK=0;//接收到一个命令结束,等待处理时为1;否则为0. unsigned char idata test[5]={0xff,0x00,0x00
www.eeworm.com/read/398274/7996165

c lyb.c

#include #include #include #define SIZE 1024*16 /*定义接收缓冲区大小*/ int PTL; /*波特率*/ unsigned char state; void init_COM1_INT(); /*初始化COM1端口,用于中断*/ void init_COM1_C();
www.eeworm.com/read/296053/8126584

ini test.ini

signal void ky_1() { SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的 twatch(4090); //等待4090个机器周期 SIN = 0xf1; twatch(4090); SIN = 0xf0; twatch(4090); SIN = 0x00;
www.eeworm.com/read/296052/8126631

ini test.ini

signal void ky_1() { SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的 twatch(4090); //等待4090个机器周期 SIN = 0xf1; twatch(4090); SIN = 0xf0; twatch(4090); SIN = 0x00;
www.eeworm.com/read/296049/8126681

ini test.ini

signal void ky_1() { SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的 twatch(4090); //等待4090个机器周期 SIN = 0xf1; twatch(4090); SIN = 0xf0; twatch(4090); SIN = 0x00;
www.eeworm.com/read/296047/8126698

ini test.ini

signal void ky_1() { SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的 twatch(4090); //等待4090个机器周期 SIN = 0xf1; twatch(4090); SIN = 0xf0; twatch(4090); SIN = 0x00;
www.eeworm.com/read/296047/8126718

ini test.ini

signal void ky_1() { SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的 twatch(4090); //等待4090个机器周期 SIN = 0xf1; twatch(4090); SIN = 0xf0; twatch(4090); SIN = 0x00;
www.eeworm.com/read/296047/8126749

ini test.ini

signal void ky_1() { SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的 twatch(4090); //等待4090个机器周期 SIN = 0xf1; twatch(4090); SIN = 0xf0; twatch(4090); SIN = 0x00;
www.eeworm.com/read/195683/8135770

c al9_10.c

/*案例代码文件名:AL9_10.C*/ /*程序功能:用函数调用方式,实现字符串的复制*/ /************************************************************/ /*string_copy()函数:复制一个字符串 */ /*形参:字符指针str_from接收源串,字符指针 str_to