-->
Page 1 of 1

How to print buffer on UART0 Console in AT Firmware

PostPosted: Fri Dec 04, 2015 1:01 am
by ritesh
Hi,

I am working on ESP-WROOm-02 Wifi Module and tried to add one debug print like below in NONOS SDK to check prints are comming on UART0 Console or not.

Code: Select allos_printf("Hello World !!\r\n");


I have also tried uart0_sendStr API to display debug statement but not getting any print on UART0 as well as on UART1 console.

Does any one has idea about how to display debug statements on UART0 Console in AT firmware?

Regards,
Ritesh Prajapati