Notes, Syntax, Parameters and values – Synaccess Networks NP-0801DTM User Manual
Page 239

CUSTOM AT COMMANDS
239
HSPA+ AT Commands Reference Guide
Notes
Use AT#PADCMD to enable the socket char‐flush activity.
Base64 Encoding/Decoding of Socket Sent/Received Data #BASE64
Set command enables base64 encoding and/or decoding of data sent/received to/from the socket in online or in
command mode.
Read command returns the current
#BASE64:
. . .
#BASE64:
Test command returns the range of supported values for all the subparameters.
Syntax
Command
Command type
AT#BASE64=
Set
AT#BASE64?
Read
AT#BASE64=?
Test
Parameters and Values
Socket connection identifier.
1‐6
0
No encoding of data received from serial port.
1
MIME RFC2045 base64 encoding of data received from serial port that have to be
sent to
Note: As indicated from RFC2045 the encoded output stream is represented in
lines of no more than 76 characters each.
Lines are defined as sequences of octets separated by a CRLF sequence.
2
RFC 3548 base64 encoding of data received from serial port that have to be sent
to
Note: As indicated from RFC3548 CRLF have not to be added.
0
No decoding of data received from socket
1
MIME RFC2045 base64 decoding of data received from socket
to serial port.
Same rule as for
decoded.
2
RFC3548 base64 decoding of data received from socket
serial port.
Same rule as for
decoded.