ESP8266 Developer Zone The Official ESP8266 Forum 2015-12-29T03:08:57+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1557 2015-12-29T03:08:57+08:00 2015-12-29T03:08:57+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1557&p=5173#p5173 <![CDATA[Re: how to turn UART off]]>

system_uart_swap();
system_uart_de_swap();

Statistics: Posted by CCP1CON — Tue Dec 29, 2015 3:08 am


]]>
2015-12-28T18:12:52+08:00 2015-12-28T18:12:52+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1557&p=5172#p5172 <![CDATA[Re: how to turn UART off]]>

If the printed information [on UART0] exerts any influence on the functionality of your device [yes it disturbs my communication protocol], you’d better block the printing during the power-on period by changing (U0TXD,U0RXD) to (MTDO,MTCK).


But dont see how to do that.
Any hint is welcome.

Thanks

Statistics: Posted by CCP1CON — Mon Dec 28, 2015 6:12 pm


]]>
2015-12-27T17:47:47+08:00 2015-12-27T17:47:47+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1557&p=5164#p5164 <![CDATA[how to turn UART off]]>
during boot and wifi connetion UART0 outputs some messages I dont wanna see.
But I cannot find a way to turn it off.
Is there a UART enable bit? Or can I set UART_CLKDIV to zero?

thanks Carsten

Statistics: Posted by CCP1CON — Sun Dec 27, 2015 5:47 pm


]]>