ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev. 11 Page 702 of 1039 2021-09-23
than 76 characters each. Lines are defined as
sequences of octets separated by a CRLF
sequence.
base64 encoding compliant to RFC 3548 standard.
As indicated from RFC3548 CRLF have not to be
added.
selects the decoding standard. The
data received from the
<connId> socket, are decoded
according to the <dec> parameter
and forwarded to the serial port.
no decoding of data received from socket
<connId>
base64 decoding compliant to RFC 2045 - MIME
standard. Decoding of data received from socket
<connId> and sent to serial port. Same rule as for
<enc> regarding line feeds in the received file that
has to be decoded.
base64 decoding compliant to RFC 3548 standard.
Decoding of data received from socket <connId>
and sent to serial port. Same rule as for <enc>
regarding line feeds in the received file that has to
be decoded.
It is possible to use command to change current <enc>/<dec>
settings for a socket already opened in command mode or in
online mode after suspending it. In this last case it is necessary to
set AT#SKIPESC=1.
To use #BASE64 in command mode, if data to send exceed
maximum value for #SSENDEXT command, they must be divided in
multiple parts. These parts must be a multiple of 57 bytes, except