Neo_M660 AT Command Set
Copyright © Neoway Technology Co., Ltd
56
OK
The received data is in the following
format:
+TCPRECV:0,10,1234567890
AT+TRANMODE=0
OK
The received data is in the following
format:
1234567890
Set the receiving mode without data header
Remarks
The default setting is
1
and the value is not saved after the module is powered off.
9.16 Setting Link Closing Mode: +SETCLSMODE
Description
To set the link closing mode
Format
AT+SETCLSMODE=<SocketID>,<Mode><CR>
Parameter
<SocketID>: Socket ID, ranging from
0
to
4
<Mode>:
0: Close in normal mode
1: Forced closing
Return
Value
See the Example.
Example
AT+SETCLSMODE=1,1
OK
The mode is set successfully.
Remarks
This command should be executed after the
AT+TCPSETUP
command has been
executed.
9.17 Setting Local TCP Port: +TCPLPORT
Description
Setting Local TCP Port:
+TCPLPORT
Format
AT+TCPLPORT=<socket>,<port><CR>
Parameter
<socket>: Socket ID, ranging from
0
to
4
<port>: Port ID, ranging from
0
,
4097
to
32767
Return
Value
See the Example.
Example
AT+TCPLPORT=0,6800
OK
Set the local port ID of link 0
to
6800
.