At+Uart_Cur - Current Uart Configuration - Espressif Systems ESP8266 At Instruction Set

Hide thumbs Also See for ESP8266:
Table of Contents

Advertisement

Espressif Systems
!
!
AT+UART=<baudrate>,<databits>,<stopbits>,<parity>,<flow control>
AT+UART=<baudrate>,<databits>,<stopbits>,<parity>,<flow control>
This API is deprecated, please use AT+UART_CUR or AT+UART_DEF instead.
This API is deprecated, please use AT+UART_CUR or AT+UART_DEF instead.
<parity>
<flow control>
• This configuration will also store the baud rate as the default rate in the
user parameter area in the Flash for boot up.
Notes
• Flow control needs hardware support: MTCK is UART0 CTS and MTDO is UART0
RTS.
8.
AT+UART_CUR – current UART configuration
This command sets the current UART configuration; it does not write to the flash device. Hence there
is no change in the default baudrate.
AT+UART_CUR=<baudrate>,<databits>,<stopbits>,<parity>,<flow control>
Example
AT+UART_CUR=115200,8,1,0,3
Response
OK
<baudrate>
<databits>

<stopbits>
Parameters
<parity>
<flow control>
• This configuration will NOT be stored in the flash; unlike the AT+UART
command.
Notes
• Flow control needs hardware support: MTCK is UART0 CTS and MTDO is UART0
RTS.
Espressif Systems Confidential
!
0: None

1: Odd

2: EVEN
0: disable flow control

1: enable RTS

2: enable CTS

3: enable both RTS and CTS
Baudrate range: 110 to 115200*40 (4.608 Mega)
5: 5 bits data

6: 6 bits data

7: 7 bits data

8: 8 bits data
1: 1 bit stop bit

2: 1.5 bit stop bit

3: 2 bit stop bit
0: None

1: Odd

2: EVEN
0: disable flow control

1: enable RTS

2: enable CTS

3: enable both RTS and CTS
11 54
/
ESP8266
AT Instruction Set
Friday, May 22, 2015

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ESP8266 and is the answer not in the manual?

Questions and answers

Table of Contents