Download Multitech MTR-C2 Specifications
Transcript
CUSTOM AT COMMANDS … Open socket 1 in command mode AT#SD=1,0,80,”www.google.com”,0,0,1 OK Socket Restore #SO Execute command resumes the direct interface to a socket connection which is suspended by the escape sequence. Test command reports the range of values for <connId> parameter. Syntax Command Command type AT#SO=<connId> Execute AT#SO=? Test Parameters and Values <connId> 1‐6 Socket connection identifier. Socket Listen #SL This command opens/closes a socket listening for an incoming TCP connection on a specified port. Read command returns all the actual listening TCP sockets. Test command returns the range of supported values for all the subparameters. Syntax Command Command type AT#SL=<connId>,<listenState>,<listenPort>>[,<closure type>] AT#SL? Read AT#SL=? Test Parameters and Values <connId> 1‐6 Socket connection identifier. <listenState> 0 Closes socket listening. 1 <listenPort> 1‐65535 Local listening port. <closure type> 0 Socket closure behavior for TCP. Local host closes immediately when remote host has closed. Default: 0. 255 AT Commands for HSPA‐H5 Modem Starts socket listening. Local host closes after an escape sequence (+++). 226