Here we can all chat about fixing the AT+ command structure and the associated responses.

User avatar
By ritesh
#35613 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