⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sms.h

📁 AVR atmega64串口驱动
💻 H
字号:
#ifndef  SMS_H
#define  SMS_H

//******************************************************************//
//短信内码
//******************************************************************//

const uchar Responder[12] PROGMEM="5E947B545668";//应答器
const uchar powa[8] PROGMEM ={"75356E90"};//电源
const uchar work[8] PROGMEM ={"5DE54F5C"};//工作 
const uchar Voltage[8] PROGMEM ={"7535538B"};//电压 
const uchar ada[8] PROGMEM ={"75356D41"};//电流
const uchar temper_a[8] PROGMEM ={"6E295EA6"};//温度 
const uchar cc[4] PROGMEM ={"2103"};//℃ ,2103
const uchar douhao[4] PROGMEM ={"FF0C"};//, 
const uchar juhao[4] PROGMEM ={"3002"};//。 
const uchar tanhao[4] PROGMEM ={"FF01"};//! ,
const uchar maohao[4] PROGMEM ={"FF1A"};//:
const uchar fenhao[4] PROGMEM ={"FF1B"};//;
const uchar fuhao[4] PROGMEM ={"002D"};//-
const uchar dian[4] PROGMEM ={"002E"};//.
const uchar mi[4] PROGMEM ={"7C73"};//米
const uchar system_work[28] PROGMEM ={"7CFB7EDF4E0A75355DE54F5CFF01"};//系统上电工作!
const uchar zlcw[16] PROGMEM ={"63074EE495198BEF"};//指令错误 
const uchar    wc[8] PROGMEM ={"5B8C6210"};        //完成 
const uchar yh[8] PROGMEM ={"75286237"};//用户
const uchar hm[8] PROGMEM ={"53F77801"};//号码
const uchar xmm[12] PROGMEM ={"65B05BC67801"};//新密码 
const uchar xmc[12] PROGMEM ={"65B0540D79F0"};//新名称  
const uchar sn[8] PROGMEM ={"0053004E"};//SN
const uchar huiche[4] PROGMEM ={"0D0A"};//回车 
const uchar az[8] PROGMEM ={"5B8988C5"};//安装
const uchar uin[3] PROGMEM ={"003"};//数字转PDU的前缀
const uchar n_latitude[4] PROGMEM ={"004E"};//北纬
const uchar s_latitude[4] PROGMEM ={"0053"};//南纬
const uchar e_arter[4] PROGMEM ={"0045"};//东经 e
const uchar w_arter[4] PROGMEM ={"0057"};//西经 west
const uchar du[4] PROGMEM ={"00B0"};//度
const uchar fen[4] PROGMEM ={"2032"};//分
const uchar miao[4] PROGMEM ={"2033"};//秒
const uchar nosing[40] PROGMEM ={"536B661F5B9A4F4D4E2D002C8BF77A0D540E0021"};//卫星定位中,请稍后!
const uchar  pybj[16] PROGMEM ={"504F79FB62A58B66"};//偏移报警
const uchar jsdccysz[36] PROGMEM ={"52A0901F5EA68D8551FA98848BBE503CFF01"};//加速度超出预设值!
const uchar  jsdz[16] PROGMEM={"52A0901F5EA6503C"};//加速度值
const uchar sdfg[16] PROGMEM={"624B52A853D15149"};//手动发光1
const uchar sdgb[16] PROGMEM={"624B52A8517395ED"};//手动关闭2
const uchar zdfg[16] PROGMEM={"81EA52A853D15149"};//自动发光0
const uchar bddz[8] PROGMEM={"672C5730"};//本地
const uchar ycdz[8] PROGMEM={"8FDC7A0B"};//远程
const uchar fgfs[16] PROGMEM={"53D1514965B95F0F"};//发光方式
const uchar dzfs[16] PROGMEM={"706F8D2865B95F0F"};//灯质方式
const uchar wdt[24] PROGMEM={"770B95E872D7590D4F4DFF01"};//看门狗复位!
const uchar Communication_gapT[16]      PROGMEM="901A8BAF95F49694";//通讯间隔
const uchar gongdian[8] PROGMEM={"4F9B7535"};//供电
const uchar codes[8] PROGMEM={"7F167801"};//编码
const uchar Stopping[8] PROGMEM={"4F116B62"};//休止
const uchar rxt[8] PROGMEM={"63A56536"};//接收
const uchar txt[8] PROGMEM={"53D15C04"};//发射
const uchar pinlv[8] PROGMEM={"98917387"};//频率
const uchar okt[8] PROGMEM={"6B635E38"};//正常
const uchar errt[8] PROGMEM={"6545969C"};//故障
const uchar Ma[8] PROGMEM={"004D0061"};//Ma
const uchar batt_vdc[24] PROGMEM={"84C475356C607535538BFF1A"};//蓄电池电压:
const uchar TXErr[48] PROGMEM={"5E947B545668901A8BAF6545969C002C970068C04FEE0021"};//应答器通讯故障,需检修!
const uchar sys_pow_down[88] PROGMEM={"7CFB7EDF65AD7535FF0C753184C475356C607EF46301901A8BAF5DE54F5CFF0184C475356C607535538BFF1A"};//系统断电,由蓄电池维持通讯工作!蓄电池电压:
const uchar AA[4] PROGMEM ={"0041"};//A ,0041
const uchar b[4] PROGMEM={"0042"};//B
const uchar c[4] PROGMEM={"0043"};//C
const uchar d[4] PROGMEM={"0044"};//D
const uchar e[4] PROGMEM={"0045"};//E
const uchar f[4] PROGMEM={"0046"};//F
const uchar g[4] PROGMEM={"0047"};//G
const uchar h[4] PROGMEM={"0048"};//H
const uchar i[4] PROGMEM={"0049"};//I
const uchar j[4] PROGMEM={"004A"};//J
const uchar k[4] PROGMEM={"004B"};//Kconst uchar l[4] PROGMEM={"004C"};//L
const uchar m[4] PROGMEM={"004D"};//Mconst uchar nn[4] PROGMEM={"004E"};//N
const uchar o[4] PROGMEM={"004F"};//O
const uchar p[4] PROGMEM={"0050"};//Pconst uchar q[4] PROGMEM={"0051"};//Q
const uchar r[4] PROGMEM={"0052"};//R
const uchar s[4] PROGMEM={"0053"};//S
const uchar t[4] PROGMEM={"0054"};//T
const uchar u[4] PROGMEM={"0055"};//U
const uchar vv[4] PROGMEM ={"0056"};//V ,
const uchar w[4] PROGMEM={"0057"};//W
const uchar x[4] PROGMEM={"0058"};//X
const uchar y[4] PROGMEM={"0059"};//Yconst uchar z[4] PROGMEM={"005A"};//Z


/***********************************************************/
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -