HUAWEI MU609 HSPA LGA Module
Application Guide
Internal Protocol Stack Application Scenarios
Issue 02 (2013-09-18)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
36
^IPOPEN:
1,"TCP",5500,"172.22.44.33",5000,3,0
OK
^IPOPEN:
2,"TCP",5600,"172.22.44.33",80,3,0
OK
Notes:
When creating a listen server, the local port number can be ignored. If the port number is
ignored, the module will randomly assign a local port number.
When creating a TCP link, ensure that the remote server has been started.
The maximum segment size (MSS) for creating TCP links is 1220 bytes. Data larger than
the MSS will be segmented into several packets.
5.3.2
Troubleshooting
Scenario
Possible Error
Information
Solution
AT^IPOPEN=1,"TCP"
,"172.22.44.33",5000
+CME ERROR: The
network has not been
opened yet
Initialize the internal protocol
stack before sending the
command to create the link.
AT^IPOPEN=1,"TCP"
,"172.22.44.33",5000
+CME ERROR: The link
has been established
already
Run ^IPCLOSE to close the
corresponding link.
Alternatively, change the link
ID and send the command to
create the link.
AT^IPOPEN=1,"TCP"
,"172.22.44.33",5000,
5000
+CME ERROR: Fail to
bind the specified port
Change the local port
number, or leave the local
port number blank.
AT^IPOPEN?
OK
No link information is
available. Create a link, or
accept the link as a server,
and then query the link
information again.