AT Command List
Last revision 2026/01/22
- ATENTER\r\n
Function: Display the module setting
- Example:
-
''Send:ATENTER\r\n
-
Return:

- ATEXIT\r\n
Function:Apply the change and reset the module
- Example:
-
Send:ATEXIT\r\n
-
Return:NONE
- ATEEPW\[\],\[\]\r\n
Function:Write value to EEPROM
- Example:Set the baud rate to 9600bps
-
Send:ATEEPW1,0\r\n
-
Send:ATEEPW2,96\r\n
-
Send:ATEEPW3,0\r\n
-
Return:NONE
- Example:Set the baud rate to 57600bps
-
Send:ATEEPW1,05\r\n
-
Send:ATEEPW2,76\r\n
-
Send:ATEEPW3,0\r\n
-
Return:NONE
- Example:Set the Air Rate to 1M
-
''Send:ATEEPW10,1\r\n
- Example:Set the Operating Frequency to 2.44GHz
-
Send:ATEEPW9,50\r\n
-
Return:NONE
- Example:Set the Time out to 20ms
-
Send:ATEEPW11,20\r\n
-
Return:NONE
- ATEEPR\[\]\r\n
Function:Read value from EEPROM
- Example:Read Timeout value
-
Send:ATEEPR11\r\n
-
Return:20
Was this article helpful?
