代码搜索:实时接收
找到约 10,000 项符合「实时接收」的源代码
代码结果 10,000
www.eeworm.com/read/347966/11621406
c main.c
#define MAIN_C
#include "includes.h"
/***************************/
/*串口通信*/
/*晶振为4MHz*/
/*波特率为9600bps*/
/*发送采用查询方式,中断采用接收方式*/
/*当收到的字符达到所定义的长度时,则在LCD上显示收到的字符*/
/***************************/
#
www.eeworm.com/read/157418/11709376
c section6.c
#include
#include "modem.h"
#include "uart.h"
#include "process.h"
#include "const.h"
//定义全局变量
static char nComm;
int *pFlash;
//定义串口操作变量
char nRev_UART0; // 串口 0 的接收标志
char
www.eeworm.com/read/346549/11738516
c section6.c
#include
#include "modem.h"
#include "uart.h"
#include "process.h"
#include "const.h"
//定义全局变量
static char nComm;
int *pFlash;
//定义串口操作变量
char nRev_UART0; // 串口 0 的接收标志
char
www.eeworm.com/read/156959/11750084
c cxz.c
/*****************************************************************
多机通信,以三机为例,从机地址0x01,0x02
可以正确的发送命令和地址以及地址的返回,
发送数据0xd1,0xd2,接收数据0xc1,0xc2.
****************************************
www.eeworm.com/read/156874/11758078
txt 10-23.txt
%例10-23 varargin和varargout函数的使用举例。
%本程序可以接收任意数量的两元素向量并在它们之间绘制直线。源程序如下。
function testvar(varargin)
for k = 1:length(varargin)
x(k) = varargin{k}(1); % Cell array indexing
y(k) = varargin{k}
www.eeworm.com/read/345527/11810299
h key_board.h
/*------------------------------------------------------------------------------
中断方式接收键盘数据
cool_hawk 编写
one_end=0 一字完成标志 当 one_end=1时一个输入完成 输入完成后用户务必将此位置0
keycount=0 输入字记数器
keybuf 最终键值
www.eeworm.com/read/156258/11815830
txt dllreadme.txt
SMSLIB.DLL
利用本DLL接口,可以很容易编写出定时发送,群组发送与接收程序
在此基础上可以实现用手机查询远程数据库等应用。
============================================================
提供如下函数:
1、建立连接
void ConnectToMobile(void);
建立串口连接
www.eeworm.com/read/258925/11832212
c comnoflash.c
#include "config.h"
struct usart xdata cominfor[MAXCOMBUF];
xdata uchar all_plan; //串口接收到的总帧数
extern reset_system(uchar i); //系统重新启动
extern xdata uchar word; //这个用于向主调函数返回存储器中是否有可显示
www.eeworm.com/read/257217/11944121
c uart0.c
#include
#include
#include
#include
#define MAXLEN 10
u8 trdata[MAXLEN]; //要接收/发送的字符所存放的缓冲区
u8 txCounts = 0; //已发送的字符个数
www.eeworm.com/read/343242/11961800
c addser.c
//相加服务器
//接收客户端发来的两个数字,进行相加运算
//
#include
#include
#include
#include
#include
#include
#include
#include