EasyManuals Logo

Espressif Systems ESP User Manual

Default Icon
191 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #100 background imageLoading...
Page #100 background image
Chapter 4. Software framework
How to dynamically change the serial baud rate and make it take eect immediately with ESP32?
Please use the API uart_set_baudrate() to change the baud rate of UART. Please see API
Reference.
Does the ESP32 chip support USRAT (Universal Synchronous Asynchronous Receiver Transmitter)?
Its not support. ESP32 only supports UART and cannot provide the synchronous clock.
Does the serial port verication of the ESP32 chip support MARK and SPACE verication?
No.
What is the size of the hardware FIFO in ESP8266s serial port?
Both UART0 and UART1 of ESP8266 have a 128-byte hardware FIFO and a 128-byte RW FIFO, which
operate at the same address. Please refer to Section 11.2. Hardware Resources in ESP8266 Technical
Reference Manual.
What is the serial port baud rate range of ESP8266?
300 ~ 115200*40 bps. Please refer to Section 11.3.1. Baud Rate in ESP8266 Technical Reference
Manual.
How to modify the output port of UART0?
CHIP: ESP32 | ESP32 | ESP32-C3
This can be set in menucon󰝘g: idf.py menuconfig > Component config > Common
ESP-related -> Channel for console output(custom UART).
When using ESP8266, I want to use UART0 exclusively for downloading, and then use UART1 to communi-
cate with other chips. Can GPIO4 and GPIO5 be congured as UART1 serial ports?
Since the RXD of UART1 is occupied, UART1 cannot be used to communicate with other chips, but the TXD
pin of UART1 can be used to output logs.
ESP8266 can only communicate with other chips by swapping CTS and RTS pins of UART0. It will be invalid
to con󰝘gure GPIO4 and GPIO5.
ESP8266 can communicate with other chips by callinguart_enable_swap()to swap the CTS and RTS pins
of UART0 to MTCK (IO13) and MTDO (IO15). After this, ESP8266 can communicate with other chips via
GPIO13 (TXD) and GPIO15 (RXD).
Espressif Systems 83
Submit Document Feedback
Release master

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Espressif Systems ESP and is the answer not in the manual?

Espressif Systems ESP Specifications

General IconGeneral
BrandEspressif Systems
ModelESP
CategoryMotherboard
LanguageEnglish