Chapter 3: AT Commands Reference
June 30, 2008 AT Commands Reference Manual 3-411
MIPCONF - Configure Internal TCP/IP stack

This command allows to configure TCP stack parameters, such as retransmissions number, upper

and bottom limits of retransmission timeout, close delay. It can be used to configure TCP socket

parameters before socket activation or when the socket is in active state. Configuration values

will be stored in G24 until power circle.

Command Type Syntax Response/Action Remarks
Set AT+MIPCONF=<
socket>[,[<retr_n
um>],[<min_TO>
],[<max_TO>],[<
max_close_delay>
][,<is_nack_ind_r
eq>][,<keep_alive
_timeout>][,<keep
_alive_interval>][,
<keep_alive_prob
es>]]
OK
or:
+CME ERROR: <err>
The Set updates TCP
stack configuration
parameters.
Read +MIPCONF? +MIPCONF:
1,<retr_num>,<min_TO>,<max_TO>,<
max_close_delay>,<is_nack_ind_req>,<
keep_alive_timeout >,<
keep_alive_interval >,<
keep_alive_probes ><CR><LF>
+MIPCONF:
2,<retr_num>,<min_TO>,<max_TO>,<
max_close_delay>,<is_nack_ind_req>,<
keep_alive_timeout >,<
keep_alive_interval >,<
keep_alive_probes ><CR><LF>
+MIPCONF:
3,<retr_num>,<min_TO>,<max_TO>,<
max_close_delay>,<is_nack_ind_req>,<
keep_alive_timeout >,<
keep_alive_interval >,<
keep_alive_probes ><CR><LF>
+MIPCONF:
4,<retr_num>,<min_TO>,<max_TO>,<
max_close_delay>,<is_nack_ind_req>,<
keep_alive_timeout >,<
keep_alive_interval >,<
keep_alive_probes >
he read command
returns current
settings of TCP stack
parameters.
Test +MIPCONF=? +++MIPCONF:
(1-4),(1-5),(1-10),(10-600),(1-75),(0-2),(0-
18000) ,(1-18000),(1-10)
The Test command
returns the possible
parameters values.
Time values can be
inserted with
resolution of 100
milliseconds. Keep
alive time value
resolution is in
seconds.