User's Manual

Table Of Contents
21
34
at+dhcpc=?\r\n\ //Query dhcp
at+net_ip=?\r\n\ //Query the ip of module
at+remoteip=?\r\n\ //Query remote ip
at+remoteport=?\r\n\ //Query port
at+remotepro=?\r\n\ //Query socket connection protocol
at+mode=?\r\n\ //Query tcp connection mode
at+uart=?\r\n\ //Query serial port parameters
at+uartpacklen=?\r\n\ //Query the framing length of serial port
at+uartpacktimeout=?\r\n\ //Query serial port framing time
at+ver=?\r\n\ //Query the firmware version number
";
Com_send(query); //Send these data out from the serial port
feedback
at+netmode=? 0
at+wifi_conf=? Hi-Link,none,12345678
at+dhcpd=? 0
at+dhcpc=? 1
at+net_ip=? 192.168.15.254,255.255.254.0,192.168.11.1
at+remoteip=? 192.168.11.245
at+remoteport=? 8080
at+remotepro=? tcp
at+mode=? server
at+uart=? 115200,8,n,1
at+uartpacklen=? 64
at+uartpacktimeout=? 10
at+ver=? V1.39(Dec 6 2012)