代码搜索:gsm模块
找到约 10,000 项符合「gsm模块」的源代码
代码结果 10,000
www.eeworm.com/read/456031/7359566
opt gsm.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/456031/7359570
obj gsm.obj
www.eeworm.com/read/456031/7359572
c gsm.c
#include
sbit key1=P3^3;//按钮
unsigned int rsl;//接收字符串长度
unsigned char *q;//发送数组指针
unsigned char cmgs;//发送的字节数
//code的用法因为你定义的数据是常量,放在DATA或XDATA区中浪费了,故被定位在CODE(就是程序存储器)区内。
unsigned char
www.eeworm.com/read/456031/7359573
hex gsm.hex
:10019B0091A34154445431353831363931363930E5
:1001AB00393B008B9441542B434D47533D32310027
:10017700758780758920758DFD758BFDD28ED29C14
:10018700C29FD29ED2AFD2ACE478A2F27803F21229
:0401970001D580FB13
www.eeworm.com/read/456031/7359574
lst gsm.lst
C51 COMPILER V8.05a GSM 03/24/2009 10:29:07 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE GSM
OBJECT MODULE PLACED IN gs
www.eeworm.com/read/456031/7359575
plg gsm.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\GSM\240959\gsm.uv2
Project File Date: 03/24/2009
Output:
www.eeworm.com/read/455773/7365817
cs gsm.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
namespace SMS.BaseClass
{
class GSM
{
//初始化gsm modem,并连接gsm modem
www.eeworm.com/read/453350/7422219
h gsm.h
#ifndef GSM_H
#define GSM_H
#ifdef __cplusplus
# define NeedFunctionPrototypes 1
#endif
#if __STDC__
# define NeedFunctionPrototypes 1
#endif
#ifdef _NO_PROTO
# undef NeedFunctionProt
www.eeworm.com/read/450639/7479837
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 SOFTWA