CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pdu mode

搜索资源列表

  1. GSM 终端编程开发PDU码短信

    0下载:
  2. 介绍计算机上实现gsm modem短消息收发的模式,描述gsm modem PDU 模式,包括PDU 模式下的gsm modem模块UCS2 编码、解码原理,以及gsm modem发送与接收PDU 串的编制方式, VB 中的MSCOMM 控件,实现gsm modem短消息收发的核心内容。-briefed on computer modem gsm SMS transceiver model, described GSM modem PDU models, including the PDU mo
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:90266
    • 提供者:施登峰
  1. 短信二次开发接口源码

    0下载:
  2. 短信息二次开发接口,可以提供给用户进行短信息方面的开发,TEXT模式和PDU模式-short message secondary development interface, it can provide to the users of short message development, TEXT mode and PDU mode
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:384044
    • 提供者:王欣
  1. CMPPClient1.0

    1下载:
  2. 使用at指令发送的代码 使用标准AT指令 现在只能支持PDU模式(Text模式太简陋)! 支持7_Bit 和 UCS2 编码 集成了串口(spcomm) 只需要简单的配置几个参数就可以收发短信了-use of this directive at the code using standard AT command now only support PDU mode (Text mode - too shabby)! UCS2 7_Bit support coding and
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:387287
    • 提供者:王的
  1. 4532232

    0下载:
  2. C#编写的手机短信手法程序。采用PDU Mode手法短信。-prepared by the SMS approach procedures. PDU Mode tactics used SMS.
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:20879
    • 提供者:morgan
  1. AT-PDU.rar

    0下载:
  2. AT指令发送PDU模式短信详细设计流程,设计笔记。,SMS PDU mode AT command to send the detailed design process, design notes.
  3. 所属分类:SMS

    • 发布日期:2017-03-24
    • 文件大小:6187
    • 提供者:陈晓东
  1. 7bitcoding

    0下载:
  2. PDU 7BIT编码程序,目前,发送短消息常用Text和PDU(Protocol Data Unit,协议数据单元)模式。使用Text模式收发短信代码简单,实现起来十分容易,但最大的缺点是不能收发中文短信;而PDU模式不仅支持中文短信,也能发送英文短信。PDU模式收发短信可以使用3种编码:7-bit、8-bit和UCS2编码。7-bit编码用于发送普通的ASCII字符,8-bit编码通常用于发送数据消息,UCS2编码用于发送Unicode字符。-PDU 7BIT encoding process
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-09
    • 文件大小:778
    • 提供者:li
  1. gsm_task

    0下载:
  2. 实现短信的收发,查看,删除等功能,含PDU模式下的7bit,8bit,unicode的编解码。-Send and receive SMS implementation, view, delete and other functions, including PDU mode 7bit, 8bit, unicode codec.
  3. 所属分类:SMS

    • 发布日期:2017-03-27
    • 文件大小:7727
    • 提供者:ys
  1. SMSPDU

    0下载:
  2. pdu格式sms开发指南,包括发送,接受,pdu格式说明等-SMS with the SMS PDU-mode
  3. 所属分类:SMS

    • 发布日期:2017-03-31
    • 文件大小:315673
    • 提供者:Ray
  1. SMS_code

    0下载:
  2. TC35i收发短信的源代码,涉及TEXT和PDU发送模式-TC35i source code to send and receive text messages involving Send TEXT and PDU mode
  3. 所属分类:SMS

    • 发布日期:2017-03-30
    • 文件大小:443859
    • 提供者:wangyong
  1. agamem_sms

    0下载:
  2. 介绍计算机上实现gsm modem短消息收发的模式,描述gsm modem PDU 模式,包括PDU 模式下的gsm modem模块UCS2 编码、解码原理,以及gsm modem发送与接收PDU 串的编制方式, VB 中的MSCOMM 控件,实现gsm modem短消息收发的核心内容。-briefed on computer modem gsm SMS transceiver model, described GSM modem PDU models, including the PDU mo
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:216451
    • 提供者:showphee1
  1. SMSPDU

    0下载:
  2. SMS 开发指南,详细说明了SMS开发的协议 AT指令集 PDU MODE-SMS the development of guidelines, a detailed descr iption of the SMS development agreement AT instruction set PDU MODE
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:315673
    • 提供者:人道
  1. divios

    0下载:
  2. ATMEL ATmega - a GSM Modem or Mobile/Cell- Phone/Handy (ME) that supports AT-commands on a serial bus and the SMS PDU-Mode according to standard GSM 07.05 - connection between serial ports, RS232 V24 level shifter for configuration,
  3. 所属分类:SMS

    • 发布日期:2017-04-02
    • 文件大小:184584
    • 提供者:Eliks
  1. 7bitdecode

    0下载:
  2. PDCU 7 BIT 解码程序,目前,发送短消息常用Text和PDU(Protocol Data Unit,协议数据单元)模式。使用Text模式收发短信代码简单,实现起来十分容易,但最大的缺点是不能收发中文短信;而PDU模式不仅支持中文短信,也能发送英文短信。PDU模式收发短信可以使用3种编码:7-bit、8-bit和UCS2编码。7-bit编码用于发送普通的ASCII字符,8-bit编码通常用于发送数据消息,UCS2编码用于发送Unicode字符。-PDCU 7 BIT decoding pr
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-08
    • 文件大小:777
    • 提供者:li
  1. GSM_modern_send_sms

    0下载:
  2. 文中分析了利用GSM无线模块实现发送短消息的应用方案,该方案使用AT 指令在PDU 模式下发送短消息,同时详细介绍了短消息控制方法、编码方案及其各部分的程序实现方法,给出了 整个系统实现流程。-This paper analyzes the use of GSM wireless module for applications to send short messages, the program to use AT command in PDU mode, send a short m
  3. 所属分类:SMS

    • 发布日期:2017-04-01
    • 文件大小:153017
    • 提供者:Bridge
  1. QT_GPS_GSM

    0下载:
  2. GPS和GSM通信实验,GSM规范]对短消息传输定义了三种控制协议:即二进制协议(块模式),基于字符的AT命令接口协议(文本模式)和基于字符的十六进制编码二进制传输块接口协议(PDU 模式)。-GPS and GSM communication experiment, GSM standard] for the short message transmission control protocol defines three types: the binary protocol (block m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-20
    • 文件大小:5662327
    • 提供者:曹磊
  1. sms

    1下载:
  2. 前几天要做一个短信收发的小软件 使用标准AT指令 现在只能支持PDU模式(Text模式太简陋)! 支持7_Bit 和 UCS2 编码 集成了串口(spcomm) 只需要简单的配置几个参数就可以收发短信了-A few days ago to do a little messaging software Using standard AT commands Now only support PDU mode (Text mode is too simple!
  3. 所属分类:手机短信编程

    • 发布日期:2013-11-20
    • 文件大小:256497
    • 提供者:
  1. PDU-mode-GSM-phones-receive

    0下载:
  2. GSM手机PDU模式收发短消息的编程实现. doc-PDU mode GSM phones receive and send the programming. GSM phones receive and send the PDU mode programming. Doc
  3. 所属分类:SMS

    • 发布日期:2017-03-29
    • 文件大小:20550
    • 提供者:
  1. Linux-C-GPRS-pdu-sms

    0下载:
  2. linux下用gprs发送pdu模式短信-under linux using the gprs send pdu mode SMS
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:5639
    • 提供者:liuyong
  1. sms.pdu.mode

    0下载:
  2. this a example how to sms message look like in pdu mode and how to encode sms message-this is a example how to sms message look like in pdu mode and how to encode sms message
  3. 所属分类:SMS

    • 发布日期:2017-03-28
    • 文件大小:353427
    • 提供者:uyen
  1. pdu--ruheshoufaduanxin

    0下载:
  2. 详细介绍如何用PDU模式收发信息,其中包含AT指令;的确很实用的-Details on how to send and receive information using PDU mode, which contains the AT command really practical
  3. 所属分类:SMS

    • 发布日期:2017-11-12
    • 文件大小:22769
    • 提供者:王语
« 12 3 »
搜珍网 www.dssz.com