User's Manual
Table Of Contents
- 1.Product Introduction
- 2.Function description
- 3. AT command instructions
- 3.1.Basic AT commands
- 3.2.WI-FI related AT commands
- 3.3.TCP/IP Related AT commands
- 3.3.8.Set the framing length of the serial port:at+uartp
- 3.3.9.Set the framing time of the serial port:at+uartpac
- 3.4.BLE related AT commands
- 3.5.Custom message prompt instruction
- Note:This type of command does not have a message
- The maximum length supports 30 bytes. Do not inclu
- 4.AT command control code example
- 5.Bluetooth distribution network and data transparen
- 6.Module power consumption measured data
- 7.Appendix A Document Revision History
User Manual
第 21 页 共 30
HLK-B35
at+remoteip=192.168.8.103\r\n\ //Set remote IP
at+remoteport=9000\r\n\ //Set remote port
at+remotepro=tcp\r\n\ //Set up TCP transmission
at+mode=client\r\n\ //Module as client
at+net_commit=1\r\n\ //Submit parameters
at+reconn=1\r\n\"; //Restart module
Com_send(commands_wifi_client_static); //Send parameters from the serial port
Feedback:
at+uart=115200,8,n,1
OK
at+netmode=2
OK
at+wifi_conf=HI-LINK,wpa2_aes,12345678
OK
at+dhcpc=0
OK
at+net_ip=192.168.8.35,255.255.255.0,192.168.8.5
OK
at+remoteip=192.168.8.103
OK
at+remoteport=9000
OK
at+remotepro=tcp
OK
at+mode=client
OK
at+net_commit=1
OK
at+reconn=1
OK
Note :When the module has not been connected after trying to connect to the web server 3
times, the local port of the module will become any port










