Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Brian Tristam Williams edited this page Aug 23, 2020 · 7 revisions
Set response Information
AT+IPR=Baud OK/ERROR Sets baudrate of ESP module

Be careful with this command - if you sent an incompatible baud rate, e.g. AT+IPR=1234, and you don't have another device capable of matching that baud rate, you will have to reflash the firmware. Stick with baud rates you can work with, even when testing.

Don't use this command on newer firmware either - configuration will be wrong and you will have to erase the configuration part of flash memory.

See UART_CUR and UART_DEF commands.

Clone this wiki locally