beautypg.com

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

Page 239

background image

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 / settings for all the six sockets, in the format: 

#BASE64:,,0,0 

. . . 

#BASE64:,,,0,0 

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 

 

 

 

No encoding of data received from serial port. 

MIME RFC2045 base64 encoding of data received from serial port that have to be 
sent to  socket. 
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. 

RFC 3548 base64 encoding of data received from serial port that have to be sent 
to  socket. 
Note: As indicated from RFC3548 CRLF have not to be added. 

 

 

No decoding of data received from socket 

MIME RFC2045 base64 decoding of data received from socket   and sent 
to serial port. 
Same rule as for  regarding line feeds in the received file that has to be 
decoded. 

RFC3548 base64 decoding of data received from socket   and sent to 
serial port. 
Same rule as for  regarding line feeds in the received file that has to be 
decoded.