代码搜索:gsm模块
找到约 10,000 项符合「gsm模块」的源代码
代码结果 10,000
www.eeworm.com/read/491751/6434084
ppt gsm.ppt
www.eeworm.com/read/489936/6463625
h gsm.h
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/487704/6507631
c gsm.c
#include
#define uchar unsigned char
//typedef unsigned char uchar;
//**************************************************GSM指令定义************************************************************
www.eeworm.com/read/485333/6558788
pdf gsm.pdf
www.eeworm.com/read/485103/6564332
m gsm.m
function [E]=GSM(V);
%GSM orthogonalization
%
% [E]=GSM(V);
% GS Gram-Schmidt Method for orthogonalisation
% An orthonormal basis spanning the columns of V is returned in E.
%
% Th
www.eeworm.com/read/481679/6637052
h gsm.h
#ifdef GSM_G
#define gsm_ext
#else
#define gsm_ext extern
#endif
gsm_ext void SMSInit(void);
gsm_ext void Receive_Mess(uchar ch);
gsm_ext void SendSMS(uchar *number, uchar *mess
www.eeworm.com/read/481679/6637053
c gsm.c
#define GSM_G
#include "sysincludes.h"
void SendMessage1(uchar *buf)
{
UartSendString(1,buf);
}
uchar mess_buf_in_end = 0;
// 发送AT指令
void ATCommand(uchar *mess, uchar fl
www.eeworm.com/read/481679/6637062
o gsm.o
www.eeworm.com/read/479051/6698388
pdf gsm.pdf
www.eeworm.com/read/478769/6702435
c gsm_at.c
// *************************************************************************
// * GSM TA/ME library
// *
// * File: gsm_at.cc
// *
// * Purpose: Utility classes for AT command sequence handlin