Specifications

HE863 family AT commands reference guide
80377ST10083a Rev.4 – 2012-02-01
Reproduction forbidden without written authorization from Telit Communications S.p.A.- All Rights Reserved. Page 188 of
228
#PASSW - Authentication Password
AT#PASSW=
[<pwd>]
Set command sets the user password string to be used during the authentication
step.
Parameter:
<pwd> - string type, it’s the authentication password; the max length for this value
is the output of Test command, AT#PASSW=? (factory default is the
empty string β€œβ€).
AT#PASSW=?
Test command returns the maximum allowed length of the string parameter <pwd>.
Example AT#PASSW="myPassword"
OK
3.5.5.1.64. Packet Size - #PKTSZ
#PKTSZ - Packet Size
AT#PKTSZ=
[<size>]
Set command sets the default packet size to be used by the TCP/UDP/IP stack for
data sending.
Parameter:
<size> - packet size in bytes
0 - automatically chosen by the device
1..1500 - packet size in bytes (factory default is 300)
AT#PKTSZ?
Read command reports the current packet size value.
Note: after issuing command AT#PKTSZ=0, the Read command reports the value
automatically chosen by the device.
AT#PKTSZ=?
Test command returns the allowed values for the parameter <size>.
Example AT#PKTSZ=100
OK
AT#PKTSZ?
#PKTSZ: 100
OK
AT#PKTSZ=0
OK
AT#PKTSZ?
#PKTSZ: 300
OK
->value automatically chosen by device
3.5.5.1.65. Data Sending Time-Out - #DSTO
#DSTO -Data Sending Time-Out