learning at command AT+CFUN
【Purpose】
Learning how to controls the functionality level. It can also be used to reset the UE (飞行模式)
【Eevironment】
Shell terminal, base on gcom command and gcom script
【Procdeure】

learning at command AT+CFUN的更多相关文章
- learning at command AT+CSUB
		
[Purpose] Learning how to get mobile module info [Eevironment] Shell terminal, base on gcom command ...
 - learning at command AT+CEREG
		
AT command AT+CEREG [Purpose] Learning how to query the network registration status [Eeviro ...
 - learning at command AT+CIMI
		
AT command AT+CIMI [Purpose] Learning how to get the International Mobile Subscriber Identity ...
 - learning at command AT+CSQ
		
AT command AT+CSQ [Purpose] Learning how to get mobile module single quality report [Eeviro ...
 - learning at command AT+CGSN
		
AT command AT+CGSN [Purpose] Learning how to get mobile module international Mobile Equipment ...
 - learning at command AT+CPIN
		
[Purpose] Learning how to check sim ready? [Eevironment] Shell terminal, base on gcom command and gc ...
 - Linux command nmon
		
Linux command nmon [Purpose] Learning linux command nmon [Eevironment] Ubuntu 16.04 ...
 - Linux command stty
		
Linux command stty reference: https://blog.csdn.net/lqxandroid2012/article/details/78929506 [Purpose ...
 - Linux command automake
		
Linux command automake [Purpose] Learning linux command automake for generate Makefile.in for ...
 
随机推荐
- ELK学习笔记之Logstash不停机自动重载配置文件
			
0x00 自动重新加载配置 为了可以自动检测配置文件的变动和自动重新加载配置文件,需要在启动的时候使用以下命令: ./bin/lagstash -f configfile.conf --config. ...
 - Linux中解压、压缩 ZIP文件
			
解压 unzip -o -d /home/v-gazh myfile.zip # 把myfile.zip文件解压到 /home/v-gazh/ # -o:不提示的情况下覆盖文件: # -d:-d /h ...
 - flutter_screenutil
			
import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; ...
 - PYTHON 文件读写、坐标寻址、查找替换
			
读文件 打开文件(文件需要存在) #打开文件 f = open("data.txt","r") #设置文件对象 print(f)#文件句柄 f.close() ...
 - Mac版StarUML破解方法
			
StarUML是用nodejs写的.确切的说是用Electron前端框架写的.新版本中所有的starUML源代码是通过asar工具打包而成.确切的代码位置在“%LOCALAPPDATA%\Progra ...
 - 【TTS】传输表空间AIX asm -> linux asm
			
[TTS]传输表空间AIX asm -> linux asm 一.1 BLOG文档结构图 一.2 前言部分 一.2.1 导读和注意事项 各位技术爱好者,看完本文后,你可以掌 ...
 - 了解 npm install -S -D 的区别,看这篇就完事了
			
一.npm install -S -D 的区别 npm install module_name -S 即 npm install module_name --save 写入dependencies n ...
 - Android笔记(七十六) 点菜DEMO
			
一个朋友让看一下他的代码,一个点菜的功能,他和我一样,初学者,代码比我的都混乱,也是醉了,干脆想着自己写个demo给他看,原本想着听简单,半个小时应该就可以搞定,真正写的时候,画了3h+,汗颜... ...
 - MySQL存储过程02
			
这次接着说MySQL存储过程: 我们先看它的多分支控制结构case: case的语句很简单: case 变量名 when 条件1 then 输出结果1; when 条件2 then 输出结果2; .. ...
 - Linux命令——uname
			
简介 uname用于输出系统信息. uname参数 -a :所有系统相关的资讯,包括底下的数据都会被列出来:-s :系统核心名称-r :核心的版本-m :本系统的硬件名称,例如 i686 或 x86_ ...