ESP8266 Developer ZoneThe Official ESP8266 Forum2018-07-25T15:19:01+08:00https://bbs.espressif.com:443/feed.php?f=7&t=95812018-07-25T04:25:00+08:002018-07-25T04:25:00+08:00https://bbs.espressif.com:443/viewtopic.php?t=9581&p=22197#p22197
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.
Statistics: Posted by AgentSmithers — Wed Jul 25, 2018 4:25 am
]]>2018-07-25T15:19:01+08:002018-07-23T20:34:40+08:00https://bbs.espressif.com:443/viewtopic.php?t=9581&p=22181#p22181 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.
]]>2018-04-06T22:10:18+08:002018-04-06T22:10:18+08:00https://bbs.espressif.com:443/viewtopic.php?t=9581&p=19951#p19951 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); )