ESP8266 Developer Zone The Official ESP8266 Forum 2018-07-25T15:19:01+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=9581 2018-07-25T04:25:00+08:00 2018-07-25T04:25:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9581&p=22197#p22197 <![CDATA[Re: Disable echo on UART0]]>
Pato wrote:
Okay,

most of these issues were because of the code in uart.c, which I believed to be a simple classic UART drive, actually implemented some processing of the bytes like reprinting them.

I simply removed most of the code in this file to write my own driver.
(https://bbs.espressif.com/viewtopic.php ... 191#p22191)


I had to do the same.
I wrote about it here on how I got 3 TX pins from the ESP using a SoftUart to write to one of them.
Look for "softuart_write".
http://controllingtheinter.net/2018/06/ ... nonos-sdk/

Statistics: Posted by AgentSmithers — Wed Jul 25, 2018 4:25 am


]]>
2018-07-25T15:19:01+08:00 2018-07-23T20:34:40+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9581&p=22181#p22181 <![CDATA[Re: Disable echo on UART0]]>
most of these issues were because the code in uart.c - which I believed to be a simple classic UART driver - actually implemented some processing of the bytes like reprinting them.

I simply removed most of the code in this file to write my own driver.
(https://bbs.espressif.com/viewtopic.php ... 191#p22191)

Statistics: Posted by Pato — Mon Jul 23, 2018 8:34 pm


]]>
2018-04-06T22:10:18+08:00 2018-04-06T22:10:18+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9581&p=19951#p19951 <![CDATA[Disable echo on UART0]]>
On the ESP8266-12 with the NONOS-SDK-2.2.0, every char I send on the RX pin of the UART0 is reprinted/echoed on the TX pin.

How to disable this annoying echo ?
Thx !

(I suspected the "loopback" feature to be enabled by default, but clearing bit 14 of UART_CONF0(0) didn't help: SET_PERI_REG_MASK(UART_CONF0(0), UART_LOOPBACK); )

Statistics: Posted by Pato — Fri Apr 06, 2018 10:10 pm


]]>