-
GSM短信程序
#include
#include
#include
#include"define.h"
extern uchar keyscan();
//这个是号码输入的,若改就只改这个就行
uchar pnum[12]={"00000000000F"};//12个数(短信接收手机号码设置)
uchar code TxtMode[9]={"AT+CMGF=0"}; //短信模式设置PDU模式
uchar code mess_qian[8]={"AT+CMGS="};// 短信 长度设置
uchar code length[2]={"29"}; //短信的长度 2个数(根据短信内容不同要改变)
uchar code cnum[18]={"0891683108200305F0"};//18个数(中心号码设置)
uchar code pdu1[10]={"11000D9168"};//10个(短信格式设置可以为固定+86的手机)
uchar code pdu2[6]={"0008A7"};//6个 (短信有效期,可以固定不变)
uchar code lenmsg[2]={"0E"}; //短信内容的长度 2个数(16进制)//(因短信具体内容不同要改变的)
uchar code pdumessage[28] = {"5BB64E2D51FA73B0966960C5FF01"};//12个数。内容为:“家中出现险情!”的PDU码。
uchar code AT[]={"AT"}; //联机命令
//按键的控制
sbit s1=P3^4; &
- 2022-03-07 16:57:16下载
- 积分:1
-
AF_Motor
arduino_AFMotor库,用于控制连在ARDUINO上的电机(This is the August 12, 2009 Adafruit Motor shield firmware with basic Microstepping support. Works with all Arduinos and the Mega
For more information on the shield, please visit http://www.ladyada.net/make/mshield/
To install, click DOWNLOAD SOURCE in the top right corner, and see our tutorial at http://www.ladyada.net/library/arduino/libraries.html on Arduino Library installation)
- 2016-02-18 21:14:17下载
- 积分:1
-
esp8266官方最新源码 v:2.1
esp8266官方最新源码 v:2.1。包含IoT物联网,AT固件,mqtt实时通信
- 2023-05-09 20:20:04下载
- 积分:1
-
gethouse_inf
用http协议实现网页浏览并采集信息,本程序对固定发布的房产信息网进行采集将最新资源存在在文件中(simple explorer)
- 2009-09-21 23:40:31下载
- 积分:1
-
c51台达变频器全系列通讯程序
台达通讯程序 通过51单片机能控制变频器的频率 启动 设置参数 等(Delta communications program, through the 51 single-chip microcomputer to control the frequency of the converter, start setting parameters)
- 2017-06-11 20:31:17下载
- 积分:1
-
Bonded_Particles_v2
EDEM中bond模型颗粒快速填充替换文件(Quick fill and replace file for EDEM particles)
- 2020-11-15 15:39:41下载
- 积分:1
-
SM2 SM3 SM4算法实现
说明: c语言 SM2 SM3 SM4算法实现 ,直接运行(c language SM2 SM3 SM4 implementation)
- 2019-01-02 17:05:15下载
- 积分:1
-
频率计
说明: 测量单片机频率,可以测量周期波的频率,最大可以测到60khz(Measuring Frequency of Single Chip Microcomputer)
- 2019-04-30 14:49:04下载
- 积分:1
-
最全面DS18B20中文资料
说明: 最全面的18b20中文参考手册,是目前最全面的,包含了18b20的所有资料(The most comprehensive 18B20 Chinese reference manual is the most comprehensive one at present, which contains all the materials of 18b20)
- 2020-06-19 14:40:01下载
- 积分:1
-
CandSNR
MIMO虚拟技术信道容量随信噪比的变化关系图像,MATLAB仿真程序,源代码(Virtual MIMO channel capacity with the signal-to-noise ratio of the change in the relationship between image, MATLAB simulation program, the source code)
- 2013-04-22 19:30:37下载
- 积分:1