搜索资源列表
atmodem
- 手机AT modem的处理流程,包含at 命令的读取,解析和编码.-process of at modem in phone,including read data from com port, decode at commad, and incode at command to phone.
ril
- Android的Radio Interface Layer (RIL)提供了电话服务和的radio硬件之间的抽象层。Radio Interface Layer RIL(Radio Interface Layer)负责数据的可靠传输、AT命令的发送以及response的解析。应用处理器通过AT命令集与带GPRS功能的无线通讯模块通信。AT command由Hayes公司发明,是一个调制解调器制造商采用的一个调制解调器命令语言,每条命令以字母"AT"开头。-Android' s Radio I
RIL
- Ril设计思想解析目前的智能机在硬件上多采用双cpu的架构,一个是基带处理器,主要处理数字信号、语音信号的编码解码以及GSM通信协议,另一个是应用处理器,运行操作系统和各种应用程序。基带处理器、射频和其它外围芯片作为一个模块,成为GSM/GPRS modem,提供AT命令接口。网络的应用已经是一个需求的热点,而目前的GSM模块大多都能支持GPRS功能。应用处理器通过AT命令集与带GPRS功能的无线通讯模块通信,为实现网络的应用提供了一个最底层的支持。-Ril intelligent design
Modem
- gprs模块AT命令接口,里面包括获取模块基本信息,可以参考AT命令的解析,比较简单明了-gprs module AT command interface, which includes basic information for the module, refer to AT command parsing, more straightforward
EncDemo
- 通过串口调试加密SIM卡使用的工具。可以收发AT命令,可以选择密钥文件并且根据加密卡流程对加密卡进行解析。-Encrypted by the SIM card to use serial debugging tools. Can send and receive AT commands, you can choose key file and the encryption process according to encryption card card resolution.
GsmTool-new
- 一个GSM的demo程序, GsmToolmanage.c等待命令和解析命令并且向GSM模块发送相应的AT指令,GsmTool_API.c通过管道和 GsmToolmanage.c通信-A GSM demo program, GsmToolmanage.c waiting for command and parsing the command and to the GSM module to send the corresponding AT instruction through the pi
memu.tar
- 源码,实现模拟Modem对AT命令进行解析,可以在没有硬件Modem设备的环境下,对AT相关的业务进行调试。-Source, Analog Modem AT command parsing debug environment without hardware Modem devices business to AT.
test5164
- 用Python写的AT命令自动化测试程序,可以设置发送命令,期望结果(The AT command automation test program written in Python can set up sending commands and expect results.)
android RIL 源代码
- 基于Android 5.0 适配RIL源代码,支持全部3gpp 标准AT命令解析流程