EasyManua.ls Logo

Hi-Link HLK-RM04 - Serial to Wifi Client(Static IP Address)

Hi-Link HLK-RM04
49 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Hi-Link (HK)Co.,Ltd sky:hlktech
Http://www.hlktech.net Tel:0755-23152658-821
39
at+uartpacktimeout=10 ok
at+net_commit=1
6.3.5 Serial to wifi client(static IP address)
Code
char *commands_wifi_client_static="\
\
at+netmode=2\r\n\
at+wifi_conf=HI-LINK,wpa2_aes,12345678\r\n\
at+dhcpc=0\r\n\
at+net_ip=192.168.11.254,255.255.255.0,192.168.11.1\r\n\
at+net_dns=192.168.11.1,8.8.8.8\r\n\
\
at+remoteip=192.168.11.245\r\n\
at+remoteport=8080\r\n\
at+remotepro=tcp\r\n\
at+timeout=0\r\n\
at+mode=server\r\n\
at+uart=115200,8,n,1\r\n\
at+uartpacklen=64\r\n\
at+uartpacktimeout=10\r\n\
at+net_commit=1\r\n\
at+reconn=1\r\n\
";
Com_send(commands_wifi_client_static);
Run and return
at+netmode=2 ok
at+wifi_conf=HI-LINK,wpa2_aes,12345678 ok
at+dhcpc=0
at+net_ip=192.168.11.254,255.255.255.0,192.168.11.1 ok
at+net_dns=192.168.11.1,8.8.8.8 ok
at+remoteip=192.168.11.245 ok
at+remoteport=8080 ok
at+remotepro=tcp
at+timeout=0 ok
at+mode=server
at+uart=115200,8,n,1 ok
at+uartpacklen=64 ok
at+uartpacktimeout=10 ok
at+net_commit=1

Table of Contents

Other manuals for Hi-Link HLK-RM04