Skip to main content

AT Protocol

Geoffrey Hunter
mbedded.ninja Author

Overview

Echo

Echoing is a common feature which is enabled when talking with devices using the AT command protocol. An important thing to note is the device will echo letters as they are typed into the terminal, not when you press enter. This may have implications when trying to use echo to match a sent command with a response.

AT Result Codes

The following table lists the most commonly used AT result codes:

Result Code (Numerical)Result Code (Textual)
0OK
1CONNECT
2RING
3NO CARRIER
4ERROR
5CONNECT 1200
6NO DIALTONE
7BUSY
8NO ANSWER