User's Manual
Table Of Contents
    47 
  Appendix II AT Commands
AT+DLMT 
Read Command  Response 
AT+DLMT?<CR> <CR><LF>ENABLE:[HEX]<CR><LF> 
<CR><LF>DISABLE<CR><LF> 
Example 
AT+DLMT? 
ENABLE:0x0d 
AT+DLMT? 
DISABLE 
  Delimiter check is applied, and the 
character “0x0d” is in use currently. 
  No delimiter check. 
Write Command  Response 
AT+DLMT=[Parameter](,HEX)<CR> <CR><LF>OK<CR><LF> 
<CR><LF>ERROR<CR><LF> 
Example 
AT+DLMT=1,0x0a 
OK 
AT+DLMT=1 
ERROR 
AT+DLMT=0 
OK 
  Enable delimiter check successfully, and 
the character “0x0a” is in use. 
  Command syntax is incorrect! 
  Disable delimiter check successfully. 
Remarks 
The Read command is to get the delimiter check status. [HEX] is a character in hexadecimal, with 
the prefix “0x”.   
The Write command is to set the delimiter check, enable or disable. [Parameter] is a character 
that determines whether a delimiter character is applied —  
  Parameter =0: Disable delimiter 
  Parameter =1: Enable delimiter   
When Parameter =1, [HEX] is a character in hexadecimal, with the prefix “0x”. For example, 
“0x0d” for Carriage Return (CR). 
See Also 
ATDT 
Back to the Supported AT Commands.










