Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By markus_b
#41148 In its data sheet I see that the ESP8266 has two serial ports UART0 and UART1. But all Arduino examples seem to use only one serial port, presumably UART0.

How can I use the second serial port (UART1) ?
User avatar
By markus_b
#41595 > How can I use the second serial port (UART1) ?

Reading through the source code of the I found the solution:
The second serial port (UART1) is supported as serial1. So there is serial (default port) and serial1 (2nd port). There seem to some limitation (no interrupts for the 2nd port), but otherwise works the same as the 1st.