Line: 1 to 1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
Using a second UARTOn the ESP32 UART0 is normally reserved for interactive use with REPL. Sometimes we need a UART to communicate with external devices. Typical examples are:
| |||||||||
Changed: | |||||||||
< < | The ESP32 has 3 UARTs of which however UART1 is reserved for used | ||||||||
> > | The ESP32 has 3 UARTs of which however UART1 is reserved for use with flash memory. However UART2 is free.
Connect the USB to Serial adapter to the ESP32 as shown in the table below
| ||||||||
-- ![]() Comments\ No newline at end of file | |||||||||
Added: | |||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Using a second UARTOn the ESP32 UART0 is normally reserved for interactive use with REPL. Sometimes we need a UART to communicate with external devices. Typical examples are:
![]() Comments |