HUAWEI MU509 HSDPA LGA Module
AT Command Interface Specification
Internet Service Commands
Issue 04 (2013-01-28)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
200
Note:
Only the subscriber data in the form of visible characters can be transmitted. To transmit
invisible characters, they must first be converted into visible ones. In addition, subscriber data
cannot contain quotation marks.
15.4.4
Examples
AT^IPSEND=3,"ASDF"
^IPSEND: 3
OK
15.5 ^IPSENDEX–Send TCP/UDP Data Extension
Command
15.5.1
Command Syntax
Command
Possible response(s)
<mode>=0,1:
^IPSENDEX=<link_id>,<mo
de>,<data>
<mode>=2:
^IPSENDEX=<link_id>,<mo
de>,<len><CR>entered data
<CR><LF>^IPSENDEX: <link_id><CR><LF>
<CR><LF>OK<CR><LF>
In case of an MT-related error:
<CR><LF>+CME ERROR: <err><CR><LF>
^IPSENDEX=?
<CR><LF>^IPSENDEX: (list of supported
<link_id>s),(list of supported <mode>s)<CR><LF>
<CR><LF>OK<CR><LF>
15.5.2
Description
This command is used to transmit user data through an established connection,
supporting three data transmission modes.
The first mode is the ^IPSEND compatible mode, in which ^IPSENDEX functions as
the old command ^IPSEND.
The second mode is the forced conversion mode. In this mode, a user must convert
the original data from hexadecimal data to character strings before entering them to
the MT. Then the MT converts the data back to hexadecimal data before sending the
data to the receiving end. The receiving end can obtain the original data without
additional processing. For example, if a user wants to send four bytes of data (0x00,
0x08, 0x1B, and 0x2C), the user enters the command ^IPSENDEX=1,1,"00081B2C".
Then the receiving end receives 0x00, 0x08, 0x1B, and 0x2C.