Home > other > The 51 single-chip 4 g communication module
The 51 single-chip 4 g communication module
Time:09-18
What is the difference between SMS passthrough and text messages? 51 microcontroller can realize SMS passthrough? SMS passthrough is to use the AT command control?
CodePudding user response:
4 g command mode and passthrough mode,
1, 4 G has just started to command mode, you need to send the 4 G module series of the AT command, 4 G module will send you the AT command returns the corresponding packet, Finally, you need to send the 4 g module TCP connection message, when after the success of the TCP connection, 4 g module will give you return a string of a string, the string will be CONNECT, end result indicates that the command mode, begin to enter passthrough mode, 2, the passthrough mode You send message to 4 g module, 4 g module will be forwarded, When the outside world for 4 g module sends the message, 4 g module will be forwarded to you,
It's as simple as that
CodePudding user response:
When a TCP connection is disconnected, 4 g module will give you returned a special string, In passthrough mode, you just need to check whether you receive the message of the special string, will know whether the TCP connection is broken!
TCP connection is broken, after 4 g module from passthrough mode automatically switch to the command mode
CodePudding user response:
Passthrough is take the data traffic, is that you have a network, text only need a 2 g signal
CodePudding user response:
51 single chip microcomputer can passthrough? What command should be used?