登录
首页 » 数据结构 » 发送TEXT短信模块

发送TEXT短信模块

于 2023-06-13 发布 文件大小:50.65 kB
0 203
下载积分: 2 下载次数: 1

代码说明:

发送短信模块源代码!PCON &= 0x7F; //波特率不倍速 SCON = 0x50; //8位数据,可变波特率 AUXR &= 0xBF; //定时器1时钟为Fosc/12,即12T AUXR &= 0xFE; //串口1选择定时器1为波特率发生器 TMOD &= 0x0F; //清除定时器1模式位 TMOD |= 0x20; //设定定时器1为8位自动重装方式 TL1 = 0xFD;  //设定定时初值 TH1 = 0xFD;  //设定定时器重装值 ET1 = 0;    //禁止定时器1中断 TR1 = 1;    //启动定时器1   ES=1;  //开串口中断

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • A simple access database instance, use the CGridCtrl control.
    一个简单的access数据库实例,使用了CGridCtrl控件。-A simple access database instance, use the CGridCtrl control.
    2022-04-29 03:08:24下载
    积分:1
  • 已知一个网络对应的邻接矩阵,求该网络上的最大流。属于中的问题。...
    已知一个网络对应的邻接矩阵,求该网络上的最大流。属于数据结构中的问题。-a network known counterparts in the adjacent matrix, the network for the maximum flow. Data structures belonging to the problem.
    2022-07-21 20:53:21下载
    积分:1
  • bus ticket reservation system
    嗨,这个项目基本上是帮你在网上订公共汽车票。它包含javascript和php/mysql函数。小心,这将证明基本上对任何人都有用。尽情享受吧!干杯;
    2022-08-16 13:20:11下载
    积分:1
  • 随机产生5组测试,分别进行顺序查找,折半查找和分块查找,输出比较果...
    随机产生5组测试数据,分别进行顺序查找,折半查找和分块查找,输出比较结果-five groups randomly generated test data, for the order to search, locate and half-block search, the output results
    2022-02-12 07:48:22下载
    积分:1
  • 操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录成该层上的目录,第一层为根目录,一下为各层子目录。...
    操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否被删除 6. 删除用户sun的全部文件,然后在撤销sun用户,在查访用户sun, 检查其是否已被撤销。 在建立一个新用户及新用户的两个文件,然后查该两个用户的所有文件-operating system, the paper is to document catalog items to the management, in order to manage and facilitate the search, according to the document level directory entries organizations, the same floor on which constitute the directory contents on the floor, the first layer of the root directory to look for levels of subdirectories. Assuming that the representative of a string of characters, each character expressed a record. In establishing the directory structure on the basis of the establishment of a corresponding system of management and asked to accomplish the following : 1. Once established two separate files. Visits to the two users of all three docum
    2022-01-26 01:47:05下载
    积分:1
  • 里面有很多有用的公式,很有利于算法的学习,希望与大家一起分享...
    里面有很多有用的公式,很有利于算法的学习,希望与大家一起分享-There are many useful formula for the learning algorithm
    2022-03-18 22:28:21下载
    积分:1
  • BabelKit是一个通用多语言库代码表的接口。它接收维护使用多语言的多个库代码定义集中的所有编程工作。代码管理和翻译页可以让开发人员定义新的虚拟代码表
    BabelKit是一个通用多语言数据库代码表的接口。它接收维护使用多语言的多个数据库代码定义集中的所有编程工作。代码管理和翻译页可以让开发人员定义新的虚拟代码表,新语言,输入所有代码和它的描述,再将它们翻译成所有相关的语言。Perl和PHP类可以检索代码描述,并自动地用用户语言生成HTML代码选择元素。这简化了Web站点及数据库的国际化和本地化。 -BabelKit is an general multi- languages databases code page connection. It receives the maintenance to use the multi- languages many databases code to define the centralized all programming work. The code management and the translation page may let the development personnel define the new hypothesized code page, the new language, input all codes and its description, translate again them all correlations the language. Perl and the PHP kind may retrieve the code description, and automatically produces the HTML code choice element with the user language. This simplified the Web stand and the database internationalization and the localization.
    2023-08-09 19:55:03下载
    积分:1
  • 是关于好几种有用的排序算法的描述很有用的
    是关于好几种有用的排序算法的描述很有用的-on several useful algorithm description very useful
    2022-12-13 01:05:03下载
    积分:1
  • Oracle training in 18 days the teacher
    Oracle培训18天老师的笔记,对学习oracle数据库有非常大的帮助-Oracle training in 18 days the teacher
    2023-01-22 08:25:04下载
    积分:1
  • 用vb写的饮食管理系统功能全面
    用vb写的饮食管理系统功能全面-with vb was eating a comprehensive management system function
    2022-04-15 08:15:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载