What is UART0?
Posted: Thu Jan 15, 2015 9:55 am
So by reading discussions about the ESP8266 there is a lot of mentioning of UART0 and UART1. Could someone specify these UART's to me since it's hard to find clear information about them.
I'm new to the ESP8266 and I'm currently able to compile a blinky example, and upload the firmware to the chip. This implies my toolchain is correctly installed. The next step is ofcourse to gain some debug information. For this I'm using the os_printf function, but I'm not getting any output on the TX/RX pins of the chip, neither GPIO0 or GPIO2.
It would be very nice if someone could provide me with a minimal example of how to write debug information to any of those UART's provided aswell as describing the pinout I need to use to read this information
.
I'm new to the ESP8266 and I'm currently able to compile a blinky example, and upload the firmware to the chip. This implies my toolchain is correctly installed. The next step is ofcourse to gain some debug information. For this I'm using the os_printf function, but I'm not getting any output on the TX/RX pins of the chip, neither GPIO0 or GPIO2.
It would be very nice if someone could provide me with a minimal example of how to write debug information to any of those UART's provided aswell as describing the pinout I need to use to read this information
.