| Macros | |
| #define | CONFIG_AT_SEND_EOL "\r" | 
| End of line character to send after the AT command. | |
| #define | CONFIG_AT_SEND_SKIP_ECHO | 
| Enable this to disable check for echo after an AT command is sent. | |
| #define | AT_SEND_ECHO 1 | 
| Enable/disable the expected echo after an AT command is sent.  More... | |
| #define | AT_RECV_EOL_1 "\r" | 
| 1st end of line character received (S3 aka CR character for a modem). | |
| #define | AT_RECV_EOL_2 "\n" | 
| 1st end of line character received (S4 aka LF character for a modem). | |
| #define | CONFIG_AT_RECV_OK "OK" | 
| default OK reply of an AT device. | |
| #define | CONFIG_AT_RECV_ERROR "ERROR" | 
| default ERROR reply of an AT device. | |
| #define | CONFIG_AT_BUF_SIZE_EXP (7U) | 
| Default buffer size used to process unsolicited result code data.  More... | |
| #define AT_SEND_ECHO 1 | 
Enable/disable the expected echo after an AT command is sent.
| #define CONFIG_AT_BUF_SIZE_EXP (7U) |