Recently, there are a lot of topics on TD-SCDMA. The point of view is to support and oppose the two factions, and to settle the historical scores. Personally, TD-SCDMA itself is indeed a failure, at least the masses of the eyes are discerning. But also can not completely negate the credit of TD-SCDMA, it is not the key to td-lte development and growth, not to say, but at least for Td-lte laid a foundation.
The negative contribution of TD-SCDMA to Td-lte is that TD-SCDMA and Td-lte d
GPRS, as a transition from second-generation mobile communication to third generation mobile communication, has taken an important step in mobile internet. As a new business, its billing system is closely combined with the communication Process control. On the basis of introducing the billing features and information collection points of GPRS, this paper describes the analysis and processing of GPRS billing records, and puts forward the problems that will be faced in the future GPRS billing.
To
SIM Card (Subscriber identity Module), that is, the user identification card, it is a GSM compliant "smart card", SIM card size, large size 54mmx84mm (about the size of the business card), small card size for 25mmx15mm (less than ordinary stamps )。 In fact, the "big card" above really works is it on the "small card", "small cards" on the part of the role of only small fingernails so large. The current domestic popular style is "small card", small card
network.
In standby state, flight mode switching process analysis:
Flight mode switching is more complex, it involves a large module state switching when the state changes:
GSM module, Bluetooth module, WiFi module.
The enabler layer of flight mode sends broadcast messages: action_airplane_mode_changed
private void Setairplanemodeon (Boolean enabling) {
mcheckboxpref.setenabled (false);
Mcheckboxpref.setsummary (enabling?) r.string.airpla
Several previous series we explained the hardware principle of serial communication, the DOS platform control and the serial port programming based on WIN32 API, control and third party. As the last serial of this series, this chapter will give a typical application example: Siemens SMS Service Module TC35 serial control.
1. SMS Control Terminal
As SMS (Short message service,sms) a clan, presumably you have this experience: use mobile phone to edit short messages is very inconvenient, error pr
Telephonymanager This class is useful and can get a lot of information about mobile phones and SIM cards.Directly on the code after the comment, please enjoyPackage Net.sunniwell.app;Import android.app.Activity;Import Android.os.Bundle;Import android.telephony.CellLocation;Import Android.telephony.PhoneStateListener;Import Android.telephony.TelephonyManager;public class Telmanager extends Activity { @Overrideprotected void OnCreate (Bundle savedinstancestate) {Super.oncreate (savedinstancestate)
Address: http://lisaguo.iteye.com/blog/920065
Android phone analysis (1)Android's radio interface layer (RIL) provides an abstraction layer between the telephone service and the radio hardware.Radio interface layer RIL (radio interface layer) is responsible for reliable data transmission, at command transmission, and Response Parsing. The application processor communicates with the wireless communication module with the GPRS function through the AT command set.Invented by Hayes, at Command is
15:15:56 Source: and non-networkKeywords: LED display TC35I Single Chip Microcomputer ProteusAs an information display device, the LED electronic display screen is mainly used to play advertisements, news, notifications, weather forecasts, time, stock information, flight information, ticket sales information, etc, more and more applications have been made in stations, intersections, buses, ticket sales halls, business halls, waiting halls, securities companies, airports, sports, meteorology, tra
)
Edge
EDGE/EGPRS
(Min80, Max 400)
UMTS
UMTS/3G
(Min(35, max 200)
None
No Delay
(Min0, Max 0)
Simulate an accurate latency (milliseconds)
Simulate a specified delay range (Min,Max ms)
Network speed simulation
The simulator also allows you to simulate multiple network transmission speeds. You can specify the transmission speed or range when the simulator is started, orAfter the simulator is started, the transmission spe
.................................... ........................................ ..................................... 175.3 WiMAX Forum ..................................... ........................................ ...................................... 175.4 what is an air interface ................................... ........................................ .................................... 175.5 WiMAX protocol model ................................... .......................................
used, only one layer can appear in a WML file, just as only one "" tag is used in HTML.Remember to use it as long as you want to display some text on your phone"
"Tags enclose the text. Let's take a look at a simple example: helloworld
Http://www.wapforum.org/DTD/wml1_1.1.xml>
Hello! World!
Appendix. WAP terminologyL WAP :( Wireless Application Protocol) is a Wireless Application Protocol in Chinese, which is different from GPRS, it aims to introduce rich Internet information and advanced s
SuperLink network tester is a multi-link, multi-procedure testing instrument. It is mainly used to test and analyze various communication protocols of the telephone network, ISDN network, GSM network, and CDMA network. At the same time, the powerful data statistics function of this instrument also facilitates the daily maintenance of the equipment.
One platform supports testing of multiple networks and their procedures7 signaling --- support for testi
PDU codec details
Brief Introduction
SMS is a specification developed by ETSI (GSM 03.40 and GSM 03.38 ). It can send up to 160 characters, when using 7-bits encoding. 8-bit encoding (up to 140 characters) is usually not displayed directly through the mobile phone; it is usually used as a data message, such as pictures and ringtones in smart messaging) and ota wap settings. 16-bit information (up to 70 char
Android phone system overview
First, let alone all the concepts of Android to study the most basic descriptions of the telephone system. Our mobile phone was first used for phone calls, followed by a phone book, followed by PIM, followed by network applications, followed by cloud computing, followed by the idea that our mobile phone can do anything to replace PC. However, the basic functions of a phone call are as follows:
0) dialing, answering, hanging up, sending SMS, network connection, and
command, can be directly executed without parameters.Note: not all at commands Support 1 and 2.
Common basic AT commands
CommandFunction
AtTest whether the connection is correct
Ate0Disable echo. At part of program initialization first closes echo.
Ate1Enable echo. Run the command on the Super Terminal.
At + cgmiObtain vendor information
At + cgmrGet the mobile phone version number
At + cgsnObtain the mobile phone serial number (IMEI)
At + CIMIGet the mobile phone imsi nu
terminal.** If it is a GSM network, IMEI is returned; if it is a CDMA network, meId is returned.*/TM. getdeviceid ();// Return the software version of the mobile terminal, for example, the IMEI/SV code of the GSM mobile phone.TM. getdevicesoftwareversion ();// Return the mobile phone number, which is msisdn for the GSM network.TM. getline1number ();// Return the
A General Command1. At+cgmi gives the identification of the module manufacturer.2. AT+CGMM get the module ID. This command is used to get a supported band (GSM 900,dcs 1800 or PCs 1900). WhenWhen a module has multiple bands, the response may be a combination of different bands.3. AT+CGMR get the software version of the module.4. AT+CGSN obtains the IMEI (International Mobile device identification) serial number of the
1) Create a Java project using ideaDon't choose anything, just click NextNo brains to continue nextClick "Finish" to complete the project creation.2) After creating the project using idea, first select the "src" folder andEnter the package name immediately thereafterThen, in the "src" directory, a "src" is generated. GSM ", create a Gsm.java file under this package name, and then automatically add the code in the newly generated Gsm.java file," packag
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.